HTML <fieldset> element


<fieldset> tag defines a group of related elements in a form.

<fieldset>
<legend>Log In</legend>
Name:<input><br>
Password:<input>
</fieldset>

Log In Name:
Password:


Specific attributes of <fieldset> tag:
AttributeDescription
src URL of the media, content or plug-in
name fieldset name
form the associated forms
disabled the fieldset status is disabled