Additional Format Elements
] ] ] ] ] ] ] ] ] ] ] ] ] ] ]
Address = <ADDRESS>…</ADDRESS>
- This element contains information about the web page author, a copyright statement, e-mail address of the webmaster and a date when the page was created or last revised.
- This element can be often found at the bottom of the page.
Strike Through = <S>…</S>
- This element displays a strikeout line through the enclosed text.
Big = <BIG>…</BIG>
- This element instructs browsers to make the enclosed text big.
Small = <SMALL>…</SMALL>
- This element causes the enclosed text to be displayed in a smaller font.
Superscript = <SUP>…</SUP>
- This element forces browsers to display the enclosed text as superscripts.
Subscript = <SUB>…</SUB>
- The text within this element is displayed as subscripts.
Special Characters
- These are some particular characters you can put in your web page. Be sure to include the ampersand (&) before the code, and the semicolon (;) after the code.
Description of Character |
HTML Code |
Example |
Quotation mark |
" |
" |
Ampersand |
& |
& |
Less-than sign |
< |
< |
Greater-than sign |
> |
> |
Registered trademark |
® |
â |

Previous | HTML Page | Next