Single-line Entry Fields

To create a single-line entry field, use the following syntax:

<INPUT TYPE="{TEXT|PASSWORD}" NAME="name"
  [VALUE="default_text"][SIZE="width,height"]    
  [MAXLENGTH="width"]> 

where:

The main difference between the TEXT and PASSWORD types is that when you use PASSWORD, anything the user types into the field is displayed as asterisks.