English full name and simple function description of common HTML tags
<a>:anchor Defining anchors
<abbr>:abbreviation Defining abbreviations
<ACRONYM>: Defines the abbreviation for canceling only the first letter
<address>: Defining an Address element
<area>: Defines the area inside the image map
<b>:bold define Bold characters
<base>: Define a baseline link for all links in the page
<bdo>: bidirectional override defines the direction in which text is displayed
<big>: Defining large characters
<blockquote>: Define long references
<body>: Defines the BODY element
<br>:break Insert a carriage return
<button>: Define button
<CAPTION>: Defining table headings
<cite>:citation Defining references
<code>:computer code defines the text of the computer codes
<col>:column defining properties for a table column
<colgroup>:column group defines the column ancestor of the table
<dd>:d efinition Description of description definition definition
<del>:d elete Definition of deleted text
<div>:d ivision Define sections in a document
<dfn>:d efining instance defines the project.
<dl>:d efinition list definition definition lists
<dt>:d efinition items defined by the term definition
<em>:emphasized Defining Accent Text
<fieldset>: Defining the domain Structure
<form>: Defining forms
<frame>: Define a child window of a frame
<frameset>: Defining the framework Set
<HEAD>: Defining information about a document
<i>:italic Defining Italic characters
<iframe>:inline frame defines an inline framework
:image Defining an image
<input>: Defining input fields
<ins>:inserted defines the text to be inserted
<kbd>:keyboard Defining keyboard text
<LABEL>: Define a label for a form control
<legend>: Defining the title of a frameset
<li>:list Item Definition List
<LINK>: Defining resource references
<map>: Defining Image mappings
<meta>: Defining meta-information
<noframe>: Defining a non-frame section
<noscript>: Defining a No-script section
<object>: Defining inline objects
<ol>:ordered list defining ordered lists
<optgroup>:option Group Definition option groups
<option>: Define options for drop-down lists
<p>:p Aragraph defined paragraphs
<param>: Defining parameters for an object
<pre>:p reformatted defining pre-formatted text
<q>:quotation Defining a short reference
<samp>:sample defining a sample of computer code
<script>: Defining scripts
<select>: Defining a selection list
<small>: Defining small font text
<span>: Defining sections in a document
<strong>:stronger empasis definition Accent Text
<style>: Defining the definition of a style
<sub>:subscript Defining subscript Text
<sup>:superscript Defining superscript text
<table>: Defining tables
<tbody>:table body defines the body part of the table
<td>:table data cell definition table cell
<textarea>: Defining text areas
<tfoot>:table Foot definition table also footnotes
<th>:table header cell defines table header cells for a table
<thead>:table Head defines the title of the table
<title>: Defining the title of a document
<tr>:table row to define a table
<tt>:teletype Defining Typewriter Text
<ul>:unordered list defining unordered lists
<var>:variable defining variable Head ' header information
Title ' Caption
Body ' text
Font ' fonts
BR ' line break
P ' paragraph
Pre ' preformatted
HR ' Horizontal dividing line
Sup ' superscript
Sub ' subscript
B ' Bold
I ' Italic
U ' underline
Em ' emphasis (italic)
Strong ' emphasis (bold)
tt ' equal width font (printer font)
<ol>
<li></li>
<li></li>
</ol> ordered list
<ul>
<li></li>
<li></li>
</ul> unordered List
<a href=#> Hyperlinks
Photo Link
Th ' Table head unit
TD ' table cell
Tr ' table row
Table ' form
Caption ' Table title
Form ' Interactive form
Input ' entry Form control
Option ' Menu class control can be used in options ' select '
Select ' Menu Class control
TextArea ' Multi-line text fields
Style ' styles sheet
HTML Tags |
English Full name |
Chinese explanation |
A |
Anchor |
Anchor |
abbr |
abbreviation |
abbreviated Words |
Acronym |
acronym |
acronym for the first letter |
Address |
Address |
Address |
Dfn |
defines a Definition term |
Definition Definition Entry |
Kbd |
Keyboard |
keyboard (text) |
Samp |
Sample |
Example (text |
Var |
Variable |
variable (text) |
TT |
teletype |
printer (text) |
Code |
Code |
source Code (text) |
Pre |
preformatted |
pre-defined format (text ) |
Blockquote |
Block Quotation |
Chunk Citation |
Cite |
Citation |
References |
Q |
Quotation |
quoting language |
Strong |
Strong |
aggravating (text) |
Em |
emphasized |
aggravating (text) |
b |
Bold |
Bold (text) |
I |
Italic |
Italic (text) |
Big |
Big |
getting bigger (text) |
Small |
Small |
become smaller (text) |
Sup |
Superscripted |
Superscript (text) |
Sub |
subscripted |
Subscript (text) |
bdo |
Direction of Text Display |
Text display Direction |
Br |
Break |
line Break |
Center |
Centered |
Center (text) |
Font |
Font |
Font |
U |
underlined |
underline (text) |
s/ Strike |
Strikethrough |
Delete Line |
Div |
Division |
Delimited |
Span |
Span |
Range |
Ol |
Ordered List |
Sort List |
Ul |
Unordered List |
do not sort the list |
Li |
List Item |
list Items |
Dl |
Definition List |
definition List |
Dt |
Definition Term |
Defining Terminology |
Dd |
Definition Description |
Definition Description |
Del |
Deleted |
Delete (the text) |
Ins |
Inserted |
Insert (the text) |
H1~h6 |
Header 1 to Header 6 |
Heading 1 to Heading 6 |
P |
Paragraph |
paragraph |
hr |
Horizontal Rule |
Horizontal ruler |
Href |
Hypertext reference |
Hypertext references |
Alt |
Alter |
Replace (usually the picture does not show the hint) |
Src |
Source |
Source file Links |
Cell |
Cell |
Nest |
cellpadding |
cellpadding |
Nesting filler |
CellSpacing |
cellspacing |
Nest Space |
nl |
Navigation lists |
Navigation List |
Tr |
Table row |
A row in a table |
Th |
Table Header Cell |
Table headers in a table |
Td |
Table Data Cell |
A cell in a table |
HTML Elements English meaning