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


<span>
The span tag defines a inline section of a document that can be useful in styling the content of that section without the need of a block-level element, such as a division or a paragraph element.

Attributes
none
example:
<span style="color:red;">This is red.</span> This is more text.