HTML Tag Abbreviation and Full Name
The following table lists the abbreviations and full names of HTML tags:
Label | Full name | Description |
---|---|---|
a | Anchor | Anchor |
abbr | Abbreviation | Abbreviation |
acronym | Acronym | Acronym |
address | Address | Address |
alt | alter | Alternative (usually a reminder when the picture can't show) |
b | Bold | Bold (text) |
bdo | Direction of Text Display | Text display direction |
big | Big | Get bigger (text) |
blockquote | Block Quotation | Block quote |
br | Break | Wrap |
cell | cell | Nest cell |
cellpadding | cellpadding | Nest filler |
cellspacing | cellspacing | Nest space |
center | Centered | Centered (text) |
cite | Citation | Quote |
code | Code | Source code (text) |
dd | Definition Description | Definition description |
del | Deleted | Deleted (the text) |
dfn | Defines a Definition Term | Define definition entry |
div | Division | Separate |
dl | Definition List | Definition list |
dt | Definition Term | Define terms |
em | Emphasized | Emphasis (text) |
font | Font | Font |
h1~h6 | Header 1 to Header 6 | Heading 1 to heading 6 |
hr | Horizontal Rule | Horizontal line |
href | hypertext reference | Hypertext citation |
i | Italic | Italic (text) |
iframe | Inline frame | Define an inline frame |
ins | Inserted | Insert |
kbd | Keyboard | Keyboard (text) |
li | List Item | List item |
nl | navigation lists | Navigation list |
ol | Ordered List | Sorted list |
optgroup | Option group | Define option group |
p | Paragraph | paragraph |
pre | Preformatted | Predefined format (text) |
q | Quotation | Quotes |
rel | Reload | load |
s/ strike | Strikethrough | Strikethrough |
samp | Sample | Example (text) |
small | Small | Smaller (text) |
span | Span | Scope |
src | Source | Source file link |
strong | Strong | Emphasis (text) |
sub | Subscripted | Subscript (text) |
sup | Superscripted | Superscript (text) |
td | table data cell | A cell in the table |
th | table header cell | Table header |
tr | table row | A row in the table |
tt | Teletype | Printer (text) |
u | Underlined | Underline (text) |
ul | Unordered List | Do not sort the list |
var | Variable | Variable (text) |