HTML標簽
1、<p> <p> 標簽 段落標簽
2、<h1-6></h1> 文字標簽從1-6
3、 <i></i> 斜體
<u></u> 下劃線
<sub></sub> 上標
4、<body></body>主體標簽
其屬性包括 bgcolor(背景顏色) text(文字顏色) background(背景圖片)
注:真正做項目的時候不用這些屬性,全部用CSS去做。
5、<ol>
<li></li>
</ol> 有序標簽列表
其屬性有:type=1|a|A|i|I
1:1 2 3 4 5 6...
a:a b c d e f ...
A: A B C D E F ...
i: i, ii, iii, iv.....
I:I, II, III, IV
6、<ul>
<li></li>
</ul> 無序列表
其屬性有:type=disc | squre | cirle
disc 圓
squre 正方形
circle 環
7、
<table>
<tr>
<td></td>
</tr>
</table> 表格標簽
表格屬性:1,表格可以嵌套 2、表格內容可以跨行,跨列 colspan跨列 rowspan跨行
8、<img src="http://c.h 鏈接標簽屬性: target : _blank 新空白頁顯示 | _parent | _self | _top
新聞熱點
疑難解答