August 2006
Beginner
456 pages
14h 55m
English
Text boxes can contain one line of free-form text—that is, anything that the visitor wants to type—and are typically used for names, addresses, and the like.

To create a text box:
1. | If desired, type the label that will identify the text box to your visitor (for example, Name:).
|
2. | Type <input type="text".
|
3. | Type name="label", where label is the text that will identify the input data to the server (and your script).
|
4. | If desired, type value="default" ... |
Read now
Unlock full access