HTML Tag Abbreviations and Full Names
The table below lists HTML tag abbreviations and their full names:
Tag | Full Name in English | Chinese Description |
---|---|---|
a | Anchor | Anchor |
abbr | Abbreviation | Abbreviation |
acronym | Acronym | Initialism |
address | Address | Address |
alt | alter | Alternative (usually for images that do not display) |
b | Bold | Bold text |
bdo | Direction of Text Display | Text display direction |
big | Big | Larger text |
blockquote | Block Quotation | Block quotation |
br | Break | Line break |
cell | cell | Cell |
cellpadding | cellpadding | Cell padding |
cellspacing | cellspacing | Cell spacing |
center | Centered | Centered text |
cite | Citation | Citation |
code | Code | Code text |
dd | Definition Description | Definition description |
del | Deleted | Deleted text |
dfn | Defines a Definition Term | Defines a term |
div | Division | Division |
dl | Definition List | Definition list |
dt | Definition Term | Definition term |
em | Emphasized | Emphasized text |
font | Font | Font |
h1~h6 | Header 1 to Header 6 | Headers 1 to 6 |
hr | Horizontal Rule | Horizontal rule |
href | hypertext reference | Hypertext reference |
i | Italic | Italic text |
iframe | Inline frame | Inline frame |
ins | Inserted | Inserted text |
kbd | Keyboard | Keyboard text |
li | List Item | List item |
nl | navigation lists | Navigation lists |
ol | Ordered List | Ordered list |
optgroup | Option group | Option group |
p | Paragraph | Paragraph |
pre | Preformatted | Preformatted text |
q | Quotation | Quotation |
rel | Reload | Reload |
s/ strike | Strikethrough | Strikethrough |
samp | Sample | Sample text |
small | Small | Smaller text |
span | Span | Span |
src | Source | Source link |
strong | Strong | Strong text |
sub | Subscripted | Subscript text |
sup | Superscripted | Superscript text |
td | table data cell | Table data cell |
th | table header cell | Table header cell |
tr | table row | Table row |
tt | Teletype | Teletype text |
u | Underlined | Underlined text |
ul | Unordered List | Unordered list |
var | Variable | Variable text |