超链接
<a href="" target=" "></a> //target属性"_self"本页面打开 "_blank"新窗口打开
<div>
块级标签
</div>
HTML5
<header>
</header>
<footer>
</footer>
<table border="1">
<caption>表格标题</caption>
<tr>
<th>表头1</th>
<th>表头2</th>
</tr>
<tr>
<td>单元格1</td>
<td>单元格2</td>
</tr>
</table>
合并单元格
colspan=""//合并列
rowspan=""//合并行
学习网站: