HTML 標籤簡寫及全稱 | 菜鳥教程
阿新 • • 發佈:2022-05-12
原文:https://www.runoob.com/html/html-tag-name.html
HTML 標籤簡寫及全稱
下表列出了 HTML 標籤簡寫及全稱:
標籤 | 英文全稱 | 中文說明 |
---|---|---|
a | Anchor | 錨 |
abbr | Abbreviation | 縮寫詞 |
acronym | Acronym | 取首字母的縮寫詞 |
address | Address | 地址 |
alt | alter | 替用(一般是圖片顯示不出的提示) |
b | Bold | 粗體(文字) |
bdo | Direction of Text Display | 文字顯示方向 |
big | Big | 變大(文字) |
blockquote | Block Quotation | 區塊引用語 |
br | Break | 換行 |
cell | cell | 巢 |
cellpadding | cellpadding | 巢補白 |
cellspacing | cellspacing | 巢空間 |
center | Centered | 居中(文字) |
cite | Citation | 引用 |
code | Code | 原始碼(文字) |
dd | Definition Description | 定義描述 |
del | Deleted | 刪除(的文字) |
dfn | Defines a Definition Term | 定義定義條目 |
div | Division | 分隔 |
dl | Definition List | 定義列表 |
dt | Definition Term | 定義術語 |
em | Emphasized | 加重(文字) |
font | Font | 字型 |
h1~h6 | Header 1 to Header 6 | 標題1到標題6 |
hr | Horizontal Rule | 水平尺 |
href | hypertext reference | 超文字引用 |
i | Italic | 斜體(文字) |
iframe | Inline frame | 定義內聯框架 |
ins | Inserted | 插入(的文字) |
kbd | Keyboard | 鍵盤(文字) |
li | List Item | 列表專案 |
nl | navigation lists | 導航列表 |
ol | Ordered List | 排序列表 |
optgroup | Option group | 定義選項組 |
p | Paragraph | 段落 |
pre | Preformatted | 預定義格式(文字 ) |
q | Quotation | 引用語 |
rel | Reload | 載入 |
s/ strike | Strikethrough | 刪除線 |
samp | Sample | 示例(文字 |
small | Small | 變小(文字) |
span | Span | 範圍 |
src | Source | 原始檔連結 |
strong | Strong | 加重(文字) |
sub | Subscripted | 下標(文字) |
sup | Superscripted | 上標(文字) |
td | table data cell | 表格中的一個單元格 |
th | table header cell | 表格中的表頭 |
tr | table row | 表格中的一行 |
tt | Teletype | 印表機(文字) |
u | Underlined | 下劃線(文字) |
ul | Unordered List | 不排序列表 |
var | Variable | 變數(文字) |