#HTML#字體_學習札記

1.字體元素

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"> 
<title>Schwinn</title>
</head>
<font color="green">綠色默認大小字體</font>
<br>
<font color="blue" size="+2">藍色大2號字體</font>
<br>
<font color="red" size="-2">紅色小2號字體</font>   
</html>

2.顏色表示方法

<font color="red" >用red表示紅色字體</font>
<br>
<font color="#ff0000" >用#ff0000表示紅色字體</font>

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章