TAG
| ACTION
| ATTRIBUTES
|
A |
Access to link. |
HREF NAME TARGET |
B |
Bolds text. |
--- |
BODY |
Specifies characteristics of HTML body code. |
BACKGROUND TEXT BGCOLOR LINK VLINK ALINK |
BR |
Carriage return; no need to close this tag. |
--- |
CENTER |
Centers text or image. |
--- |
FONT |
Specifies characteristics of text. |
SIZE COLOR FACE |
HEAD |
Specifies characteristics of HTML head code. |
--- |
HR |
Horizontal ruler (line). |
SIZE WIDTH COLOR |
HTML |
Opens and closes HTML code. |
--- |
I |
Italices text. |
--- |
IMG |
Refers to image. |
SRC HEIGHT WIDTH |
LI |
Lists item of ordered/unordered list. |
--- |
OL |
Opens ordered list (numbered). |
--- |
P |
Encloses paragraph. |
CLASS ALIGN ID |
SUB |
Specifies a subscript. |
--- |
SUP |
Specifies a superscript. |
--- |
TABLE |
Opens table. |
ALIGN WIDTH HEIGHT BORDER BORDERCOLOR BGCOLOR COLS CELLPADDING CELLSPACING |
TD |
Specifies data in table row (table data). |
WIDTH HEIGHT BGCOLOR ALIGN VALIGN ROWSPAN COLSPAN |
TITLE |
States title of webpage, for reference by search engines. |
--- |
TR |
Specifies table row. |
BGCOLOR |
UL |
Opens unordered list (bullets). |
TYPE |
! |
Text comment follows ! within tag. |
--- |
nbsp |
Preceded by ampersand (&) and followed by semicolon (;) provides one blank space (accepts lower case only). |
--- |