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


<p>
This defines a block-level paragraph of content. Each paragraph has two line breaks after the closing tag.

Attributes
None. all attributes deprecated in favour of CSS.
example:
<p>
This is my first paragraph.
</p>
<p>
This is the second one!
</p>