转自:http://www.cnblogs.com/debuging/archive/2011/10/19/2217337.html
<ahref="#">a 超级链接(anchor)</a><abbrtitle="abbreviation的简写">abbr 简写的(abbreviation)</abbr><acronymtitle="Jin Hua Tang is JHT">acronym 首字母缩略词(acronym)</acronym><address>address 地址(address)
</address><b>b 粗体(bold)</b><bdodir="ltr">bdo<bdodir="rtl">局部控制文字方向</bdo></bdo><big>big 放大(big)</big><blockquote>blockquote 引用块(blockquote)
</blockquote><br/>br 换行(break)
<center>center 居中(center)
</center><cite>cite 引用(cite)</cite><code>code 代码(code)</code>
dl 字典列表(dictionary list)
<dl><dt>dt 字典标题(dictionary title)</dt><dd>dd 字典数据(dictionary data)
</dd><dt>dt 字典标题(dictionary title)</dt><dd>dd 字典数据(dictionary data)
</dd></dl><del>del 删除(delete)</del><dfn>dfn 定义(definition)</dfn><div>div 区块(division)
</div><em>em 强调(emphasize)</em><formaction="#"method="post">
form 表单(form)
</form><h1>h1 标题1(head1)
</h1><h2>h2 标题2(head2)
</h2><h3>h3 标题3(head3)
</h3><h4>h4 标题4(head4)
</h4><h5>h5 标题5(head5)
</h5><h6>h6 标题6(head6)
</h6><hr/>hr 横线(horizontal)
<i>i 斜体(italic)</i><imgsrc="#"alt="图片"/>img 图片(image)
<inputtype="text"name="name"value=""/>input,type='text' 文本输入框(text)
<inputtype="radio"name="name"value=""/>input,type='radio' 单选框(radio)
<inputtype="checkbox"name="name"value=""/>input,type='checkbox' 复选框(checkbox)
<inputtype="file"name="name"value=""/>input,type='file' 文件选择框(file)
<inputtype="hidden"name="name"value=""/>input,type='hidden' 隐藏域(hidden)
<inputtype="image"name="name"value=""/>input,type='image' 图片按钮(image)
<inputtype="password"name="name"value=""/>input,type='password' 密码输入框(password)
<inputtype="reset"name="name"value="reset"/>input,type='reset' 重置按钮(reset)
<inputtype="submit"name="name"value="submit"/>input,type='submit' 提交按钮(submit)
<ins>ins 插入(insert)</ins><kbd>kbd 键盘文字(keyboard)</kbd><noscript>noscript 没有脚步(noscript)
</noscript>
ol 有序列表(order list)
<ol><li>li 列表项(list item)</li><li>li 列表项(list item)</li></ol><p>p 段落(paragraph)
</p><pre>pre 按预定格式显示的文本(Preformatted)</pre><q>q 引用(quote)</q><samp>samp 例子(sample)</samp><scripttype="text/javascript"></script>
select 选择列表(select)
<select><optionvalue="value">option 选择项(option)</option></select><small>small 缩小(small)</small><span>span 文本段(span)</span><strong>strong 重点强调(strong emphasized)</strong><sub>sub 下标(subscript)</sub><sup>sup 上标(superscript)</sup>
table 表格(table)
<tableborder="0"cellpadding="0"cellspacing="0"><tr><td>td 表格数据(table data)
</td><td>td 表格数据(table data)
</td></tr><tr><td>td 表格数据(table data)
</td><td>td 表格数据(table data)
</td></tr></table><textarea>textarea 多行文本输入区(textarea)</textarea><tt>tt 电传打字机(teletype)(等宽字体)</tt>
ul 无序列表(unordered list)
<ul><li>li 列表项(list item)</li><li>li 列表项(list item)</li></ul><var>var 可变文本(variable)</var>
常用HTML标签的英文全称及简单描述