Text Fields | ||||||||
Text fields are used when you want the user to type letters, numbers etc. in a form. | ||||||||
Format: | ||||||||
<form> First name: <input type=”text” name=”firstname”></form> | ||||||||
|
||||||||
Note that the form itself is not visible. Also note that in most browsers, the width of the text field is 20 characters by default. You can check them by typing in Text fields. |
Tags Frames and Input Elements in html
Check Also
Table Tags
Table Tags Tag Description <table> Defines a table <th> Defines a table header <tr> …