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


<body>
The body tag defines the document's visual content area. This area contains all aspects of the document that appear to the user agent / browser such as images, text and other objects.

Attributes
none. all attributes are deprecated
example:
<body>
The document content including text, images and other objects
</body>