使用 CSS 將文字轉換為大寫


如需使用 CSS 將文字轉換為大寫,請使用值 uppercasetext-transform 屬性。

示例

你可以嘗試執行以下程式碼將文字轉換成大寫

<html>
   <head>
   </head>
   <body>
      <p>Normal Text</p>
      <p style = "text-transform:uppercase;">
         Normal Text! This will be in uppercase!
      </p>
   </body>
</html>

更新於: 31-1 月 -2020

2K+ 瀏覽

開啟你的 職業

完成課程獲取證書

立即開始
廣告
© . All rights reserved.