HTML--留
1.html图像
<p> 这是个图像<img src=“\路径\” alt=“图像不显示不出来时代替图片” width=“1” height=“1” >
</p>
2.html链接
<a href="www.baidu.com" target="_blank">这是一个链接 <\a>
3.html列表
无序<ul>
<li>123<\li>
<li>456<\li>
<\ul>
4.html表单
<form>这是个表单
<input type='text' >
<input type='radio' >
<input type='checkbox' >
<\form>
5.html区块
<div>
<\div>
6.html表格
<tables>
<tr>
<th><\th>
<t><>
<\tr>
<\tables>
7.html脚本
<script></script>
8.