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

 

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