HTML <fieldset> tag
Usage
Draws a box around all the form fields contained within its opening and closing tags.
Example
Code:
<fieldset>
Username: <input type="text" size="20" /><br />
Password: <input type="text" size="20" />
</fieldset>
Output:
Required Attributes
- none
Optional Attributes
- none