轉(zhuǎn)自: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 字典數(shù)據(jù)(dictionary data)
</dd><dt>dt 字典標題(dictionary title)</dt><dd>dd 字典數(shù)據(jù)(dictionary data)
</dd></dl><del>del 刪除(delete)</del><dfn>dfn 定義(definition)</dfn><div>div 區(qū)塊(division)
</div><em>em 強調(diào)(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 縮?。╯mall)</small><span>span 文本段(span)</span><strong>strong 重點強調(diào)(strong emphasized)</strong><sub>sub 下標(subscript)</sub><sup>sup 上標(superscript)</sup>
table 表格(table)
<tableborder="0"cellpadding="0"cellspacing="0"><tr><td>td 表格數(shù)據(jù)(table data)
</td><td>td 表格數(shù)據(jù)(table data)
</td></tr><tr><td>td 表格數(shù)據(jù)(table data)
</td><td>td 表格數(shù)據(jù)(table data)
</td></tr></table><textarea>textarea 多行文本輸入?yún)^(qū)(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標簽的英文全稱及簡單描述