| TAG
| ACTION
| ATTRIBUTES
|
| A
| Access to link.
| HREF NAME TARGET
|
| B
| Bolds text.
| ---
|
| BLOCKQUOTE
| Selects paragraph to indent.
| ---
|
| 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.
| ---
|
| EM
| Bolds text.
| ---
|
| FONT
| Specifies characteristics of text.
| SIZE COLOR FACE
|
| H1 (to H7)
| Level headings.
| ---
|
| HEAD
| Specifies characteristics of HTML head code.
| ---
|
| HR
| Horizontal ruler (line).
| SIZE WIDTH
|
| HTML
| Opens and closes HTML code.
| ---
|
| I
| Italices text.
| ---
|
| IMG
| Refers to image.
| SRC HEIGHT WIDTH
|
| LI
| Lists item of ordered/unordered list.
| ---
|
| META
| Metatag to be identified by web search engines.
| NAME CONTENT
|
| NOBR
| Delimits text that will not be broken with carriage return.
| ---
|
| OL
| Opens ordered list (numbered).
| ---
|
| P
| Inserts one line; no need to close this tag.
| ---
|
| PRE
| Uses PREformatted text.
| ---
|
| STRONG
| Bolds text.
| ---
|
| SUB
| Specifies a subscript.
| ---
|
| SUP
| Specifies a superscript.
| ---
|
| TABLE
| Opens table.
| ALIGN WIDTH HEIGHT BORDER BGCOLOR COLS CELLPADDING CELLSPACING |
| TD
| Specifies data in table row (table data).
| WIDTH HEIGHT BGCOLOR ALIGN VALIGN ROWSPAN COLSPAN
|
| TH
| Specifies data in table heading.
| WIDTH HEIGHT BGCOLOR ALIGN
|
| TITLE
| States title of webpage, for reference by search engines.
| ---
|
| TR
| Specifies table row.
| BGCOLOR
|
| U
| Underline.
| ---
|
| 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).
| ---
|
| Greek and math
| Click here
| ---
|