How to use input tag


<input>

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 <input> tag is supported in all major browsers.

What is input tag

input tag is used to input field fields. Input tag used with type like: type=”text”, type=”email”, type=”tel”, type=”date”, type=”time”, type=”color”, type=”password”

Leave a Reply

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