Field Set Tags

The <fieldset> tag
 
The fieldset element draws a box around its containing elements.
 
Example Page in browser will look like
<fieldset>
first name <input type=”text” size=”3″>
</input>
last name <input type=”text” size=”3″>
</input>
</fieldset>
First name
Last name