列表
<ul>无序
<li>红茶</li>
<li>绿茶</li>
</ul>
<ol> </ol>有序列表 属性:start
<dl>解释
<dt> </dt>
<dd> </dd>
</dl>
图片
<img src="" width="" alt="" height="" usemap=/>
<iframe scr="" height="" ></iframe>可以插入另一个网页
链接
<a href="http://" target=-blank></a>
表格
<table border="1">
<caption></caption>
<thead>
<tr>
<th></th>
</tr>
</thead>
<tbody
<tr>
<td></td>
</tr>
<tr>
<td colspan="3"></td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
网友评论