Lesson 10

 

Button: for the user to click.

Check box: are similar to radio buttons in that there are a set of predefined choices from which the user may make a selection.

Form: is an element on a web page that is used to collect data from a Web site user

Hidden field: allows a value to be passed from the form to the page that is specified in the ACTION attribute without the knowledge of the Web user.

Label: for the form element

Password field:  anything that a user types in a password field will be replaced by aterisks.

Pull-down menu: called drop-down lists

Querystring: appended to the URL after a question mark.

Radio button: are another type of form element where the user is presented with a set of options from which to choose.

Text area: is a large space in which a user can type his or her comments.

 Text box: form element is a box into which the user can key text.