My preference is to
name each form element with two parts: context and type. The first part of the name describes
its context or how it is used on the page; the second part indicates what kind of form element is used. For
example, a text field that holds the last name of a visitor is called lastnameText; whereas a drop-down list
that lists office locations is locationsList. After a while, your naming convention becomes second
nature to you, and you can easily remember what each form element has been named.
4. Select the