CSS 中 letter-spacing 属性的用法
javascriptweb developmentfront end scripts
letter-spacing 属性用于在组成单词的字母之间添加或减少空格。可能的值是 normal 或指定空格的数字。
<html> <head> </head> <body> <p style = "letter-spacing:7px;"> 此文本的字母之间有空格。 </p> </body> </html>
letter-spacing 属性用于在组成单词的字母之间添加或减少空格。可能的值是 normal 或指定空格的数字。
<html> <head> </head> <body> <p style = "letter-spacing:7px;"> 此文本的字母之间有空格。 </p> </body> </html>
如果您发现内容有误或提出修改建议,请随时向我们发送 E-mail 邮件:
421660149@qq.com
您的建议已发送到 W3schools。