任何网页都事用无数的基本元素组成,总结HTML常用标记及其使用方法从html head body 元素标签的
1,<html>
<head>
</head>
<body>
</body>
</html>
2,<h2>
<h3>
<h4>
<h5>
<h6>
<h7>
3,<p> <br> 段落标签
4,<ul>
<li></li>
</ul>
5,<ol>
<li></li>
<ol>
6,表单元素
<form>
<label>标题</label>
<input type="text" name="" id="" value="">
</form>
7,表格元素
<table>
<tr>
<td>
</td>
</tr>
</table>
文章来自 www.96net.com.cn