Horje

How to add A <fieldset> with a name attribute

Fieldset Example.
index.html
Example: HTML
 <fieldset name="personalia">
  Name: <input type="text"><br>
  Email: <input type="text"><br>
</fieldset> 

Output should be:

How to add A <fieldset> with a name attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin