This Blog is for HTML Tutorials.

HTML Logo

HTML Form Create Text Box

<input type="text">   Defines a single line Text-Box in the HTML Form.

The Default width of the Text-Box is 20 characters.

Example: 

<form>   username: <input type="text">       </form>







username :
HTML INPUT TYPE TEXT



previous page next page

Post a Comment

0 Comments