Text Fields
The <INPUT> tag creates a text field.
Embed fields in <FORM> tags, e.g.
Secret word
Embed multiple fields in a single form, e.g.
Secret word
Hint for secret word
Use a table to lay out form fields and labels, e.g.
Secret word
Hint for secret word
Control field width with the SIZE attribute, e.g.
Secret word
Initialize field with the VALUE attribute, e.g.
Punch line
Give each field a NAME so that the server's parsing program can distinguish it from other fields, e.g.
Secret word
Lab
Add a form and a couple of text fields to your web page.
Use a table to improve the layout.