要使用CSS大写文本,请使用大写属性。您可以尝试运行以下代码以大写文本:
<html> <head> </head> <body> <p style = "text-transform:capitalize;"> India </p> </body> </html>