Html5 input tag

In the html5 <input> tag is used to inside of form controls and which allows user input data.In the input typas are many available that is button, checkbox,file ,hidden, image, password,radio,reset ,submit and check box.

Syntax:

<input type = "" />

Example Code

<input type = "text" />

Out Put:



In the above example <input> tag has been added to type = "text" and it out put you can see to above.





Content