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


<legend>
The legend tag sets a caption for a fieldset box.

Attributes
align
Value(s) : left | center | right
Specifies the alignment of the content within the fieldset
example:
<fieldset>
<legend>Personal Information:</legend>
Full Name <input type="text" name="fName">
Email <input type="text" name="yEmail">
</fieldset>