<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:
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”