Example:
HTML
<form action="/action_page.php">
<fieldset>
<legend>Personalia:</legend>
<label for="fname">First name:</label>
<input type="text" id="fname" name="fname"><br><br>
<label for="lname">Last name:</label>
<input type="text" id="lname" name="lname"><br><br>
<label for="email">Email:</label>
<input type="email" id="email" name="email"><br><br>
<label for="birthday">Birthday:</label>
<input type="date" id="birthday" name="birthday"><br><br>
<input type="submit" value="Submit">
</fieldset>
</form>
How to create HTML <fieldset> Tag | HTML Tag |
Which browser will support for HTML <fieldset> Tag | HTML Tag |
Attributes for HTML <fieldset> Tag | HTML Tag |
How to Use CSS to style <fieldset> and <legend> | HTML Tag |
How to set Default CSS Settings for HTML <fieldset> Tag | HTML Tag |
How to add HTML <fieldset> disabled Attribute | HTML Tag |
How to add HTML <fieldset> form Attribute | HTML Tag |
How to add HTML <fieldset> name Attribute | HTML Tag |
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |