在 CSS 中使用 font-size 屬性


font-size 屬性用來增大或減小字型大小。font-size 屬性用來控制字型大小。可能的值包括 xx-small、x-small、small、medium、large、x-large、xx-large、smaller、larger,以及以畫素或百分比為單位的大小。

<html>
   <head>
   </head>
   <body>
      <p style = "font-size:15px;">This font size is 15 pixels</p>
      <p style = "font-size:small;">This font size is small</p>
      <p style = "font-size:large;">This font size is large</p>
   </body>
</html>

更新於: 30-01-2020

132 次瀏覽

開啟你的 職業生涯

完成課程獲取認證

開始
廣告