在 CSS 中使用 text-transform 屬性
text-transform 屬性用於大寫文字或將文字轉換成大寫或小寫字母。
示例
可能的值有:none、capitalize、uppercase、lowercase。
<html> <head> </head> <body> <p style = "text-transform:capitalize;"> This will be capitalized </p> <p style = "text-transform:uppercase;"> This will be in uppercase </p> <p style = "text-transform:lowercase;"> This will be in lowercase </p> </body> </html>
各種廣告
資料結構
網路
RDBMS
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP