Quick Reference Sheets for Webmasters
Quick Reference sheets are packed full of useful information for all webmasters.
HTML Reference Sheet
HTML Tag List
<fieldset>
The fieldset element defines a fieldset whereby it will draw a box around it's containing elements.
Attributes
none
example:
<fieldset>
Name <input type="text" name="fullName"><br>
Email <input type="text" name="Email">
</fieldset>