<a>:anchor 定义锚
<b>:bold 定义粗体字
<body>:定义body元素
<br>:break 插入一个回车
<button>:定义按钮
<caption>:定义表格标题

<div>:division 定义文档中的节
<form>:定义表单
<frame>:定义框架的子窗口
<frameset>:定义框架集
<h1>to<h6>:定义标题1到标题6
<head>:定义关于文档的信息
<hr>:horizontal 定义水平线
<html>:hypertext markup language 定义html文档
<i>:italic 定义斜体字
<img>:image 定义图像
<input>: 定义输入域
<li>:list item 定义列表的项目
<link>:定义资源引用
<meta>:定义元信息

<ol>:ordered list 定义有序列表
<option>:定义下拉列表的选项:paragraph 定义段落
<script>:定义脚本
<select>:定义选择列表
<span>:定义文档中的节
<strong>:stronger empasis定义强调文本
<style>:定义样式的定义

<table>:定义表格
<tbody>:table body 定义表格的主体部分
<td>:table data cell定义表格单元
<textarea>:定义文本区域
<tfoot>:table foot定义表也的脚注
<th>:table header cell定义表格的表头单元格
<title>:定义文档的标题
<tr>:table row定义表格的行

<ul>:unordered list 定义无序列表