使用 CSS 来添加或减少组成单词的字母之间的空格
若要添加或减少组成单词的字母之间的空格,請使用 letter-spacing 屬性。
範例
你可以嘗試執行以下代碼來實作 letter-spacing 屬性
<html> <head> </head> <body> <p style = "letter-spacing:4px;"> Asia is a continent. </p> </body> </html>
广告
若要添加或减少组成单词的字母之间的空格,請使用 letter-spacing 屬性。
你可以嘗試執行以下代碼來實作 letter-spacing 屬性
<html> <head> </head> <body> <p style = "letter-spacing:4px;"> Asia is a continent. </p> </body> </html>