How to use form tag


<form>

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

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

Code show like this:

Your Name:
Your Email ID:

Browser Support

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

What is form tag

form tag is used to fields.

Leave a Reply

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