The INPUT Tag and Text Boxes
For most form elements, the word INPUT is used to set up the element. Next, you type a space followed by the word TYPE. This tells the browser what type of form elements to draw on your page. If you want a text box, the TYPE to use is “Text”:
<INPUT TYPE = “Text”>
(Notice that there is no end tag for INPUT.)
No comments:
Post a Comment