|
ABBR
ABBR can be used to show that the element is an abbreviated form of a word.
|
|
ACRONYM
ACRONYM can be used to show that the element is an acronym.
|
|
ADDRESS
The ADDRESS element may be used to mark a street address.
|
|
B
The B element allows you to display bold text.
|
|
BDO
The BDO element allows you to change the text direction.
|
|
BLOCKQUOTE
The BLOCKQUOTE element is meant to be used for marking longer, separate quotations. It should not be used to indent text.
|
|
BODY
The BODY element usually comes after the HEAD element, and contains
everything that will show up in the browser window.
|
|
BR
The BR element inserts a line break.
|
|
CITE
The CITE element may be used for showing the source of a quote or citation.
|
|
CODE
The CODE element is a phrase element which can be used to show a fragment of computer code.
|
|
EM
The EM element allows you to mark text as emphasized.
|
|
DEL
The DEL element allows you to mark which parts of a document have been deleted with respect to a different version of the document.
|
|
DFN
The DFN element may be used to mark that a word is a definition term.
|
|
FONT
The FONT tag can be used to specify font face, font size, and font color of text. This tag is deprecated.
|
|
FORM
The FORM element defines a form. The tags surround the area of the form.
|
|
FRAME
The FRAME element defines frames within a FRAMESET.
|
|
FRAMESET
The FRAMESET element defines a frames page.
|
|
FTP (File Transfer Protocol)
File Transfer Protocol is a way of transferring files between different locations.
|
|
H1 ... H6
H1, H2, H3, H4, H5, and H6 are Heading elements.
|
|
HR
The HR element creates a horizontal rule or divider across a page.
|
|
HTML Character Codes Reference Sheet
Shows the HTML character code for many symbols and characters.
|
|
HTTP
HTTP is one of the ways that computers can communicate with each other and is designed to transfer documents over the internet.
|
|
I
The I element allows you to display italicized text.
|
|
IMG
Images are defined with the empty IMG element and its SRC attribute.
|
|
INPUT
The INPUT element allows you to create a text box, checkbox, radio button, push button, or define hidden values in a FORM.
|
|
INS
The INS element allows you to mark which parts of a document have been newly inserted with respect to a different version of the document.
|
|
LI
The LI element defines List Items in an ordered or unordered list.
|
|
KBD
The KBD element is a phrase element which can be used to show what a user should input on his or her keyboard.
|
|
OL
The OL element makes up an Ordered List, where items are numbered or lettered.
|
|
OPTION
The OPTION element is used with the SELECT tag to define the different options in the select box or dropdown menu.
|
|
P
The P element marks content as a paragraph.
|
|
PRE
The PRE element allows you to display preformatted text, which preserves the line breaks and spaces.
|
|
Q
The Q element is meant to be used for marking inline quotations.
|
|
SAMP
The SAMP element is a phrase element which can be used to show output from a program or script.
|
|
SELECT
The SELECT element allows you to create a dropdown or select box in a FORM.
|
|
STRONG
The STRONG element marks text that should be strongly emphasized.
|
|
SUB
The SUB element allows you to mark subscript text.
|
|
SUP
The SUP element allows you to mark superscript text.
|
|
TABLE
The TABLE element allows you to create a table.
|
|
TD
The TD element surrounds data cells in a TABLE.
|
|
TEXTAREA
The TEXTAREA element allows you to create a multiple-line text box in a FORM.
|
|
TH
The TH element surrounds header cells in a table.
|
|
TR
The TR element delineates table rows in a table.
|
|
TT
The TT element renders teletype text or monotype text.
|
|
U
The U element displays underlined text. We strongly discourage the use of this element, because most people associate underlined text with hyperlinks.
|
|
UL
The UL element makes up an Unordered List with bullets.
|
|
URL
Uniform Resource Locator.
|
|
VAR
The VAR element is a phrase element which can be used to designate a variable or program argument in examples.
|