Resources Menu


Quick Reference Sheets for Webmasters

Quick Reference sheets are packed full of useful information for all webmasters.

HTML Reference Sheet

HTML Tag List


<address>
This tag sets an area of text to be defined as an address. The text that is contained within the address tag will appear in italics in most cases.

Attributes
none
example:
<address>
Santa Claus<br>
North Pole
</address>
outputs:
Santa Claus
North Pole