How to use fieldset tag


<fieldset>

All Tags not showing in online page, but show on view source.

<form>
  <fieldset>
    <legend>Sign In</legend>
    Your Name: <input type="text"><br>
    Your Email ID: <input type="email"><br>
  </fieldset>
</form>

Code show like this:

Sign In

Your Name:
Your Email ID:

Browser Support

The <fieldset> tag is supported in all major browsers.

What is fieldset tag

fieldset tag is used to fields of form that use into form.

Leave a Reply

Your email address will not be published. Required fields are marked *