在 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>

更新於: 2020-01-30

91 次瀏覽

開啟你的職業生涯

透過完成課程獲取認證

開始吧
各種廣告
© . All rights reserved.