使用CSS将文本转换为大写
要将文本通过CSS转换为大写,请使用text-transform属性,其值应为uppercase。
示例
您可以尝试运行以下代码将文本转换为大写:
<html> <head> </head> <body> <p>Normal Text</p> <p style = "text-transform:uppercase;"> Normal Text! This will be in uppercase! </p> </body> </html>
要将文本通过CSS转换为大写,请使用text-transform属性,其值应为uppercase。
您可以尝试运行以下代码将文本转换为大写:
<html> <head> </head> <body> <p>Normal Text</p> <p style = "text-transform:uppercase;"> Normal Text! This will be in uppercase! </p> </body> </html>