使用 CSS 增大或減小字型大小
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>
廣告
資料結構
網路
RDBMS
作業系統
Java
iOS
HTML
CSS
Android
Python
C 程式設計
C++
C#
MongoDB
MySQL
Javascript
PHP