Quizlet Ch. 11 Web Design II Vocab.

Print Options

This box will be automatically hidden when printing. Return to Set Page


  1. Accesskey: provides a single text key that will ring the associated element into focus
  2. Action: points to the application that will process the data captured by the form
  3. Button: creates a control that has no predefined function/just look good don't do anything
  4. Checkbox: fast way to enter data
  5. Checked and Selected: set a default value or values for a checkbox form
  6. Columns: is a count of he number of characters across each line
  7. Contents of the Form: indicates that the contained data define a form
  8. Disable: causes the particular element to do nothing
  9. Enctype: specify a different encoding format for the data sent from the form to the CGI script
  10. Fieldset: defines a grouping of related form controls
  11. File: sometimes users need to send a file back along with the form data
  12. For: allows the <label> element to be associated with a particular input control
  13. Hidden Data Fields or Hidden: Sometimes you will want to send a CGI script data that you don't want the user to be able to manipulate or even see
  14. Image: users see a picture that they can click on
  15. Input: creates an input element (control) within a form
  16. Input Control: each type of object that collects data or initiates an action within a form
  17. Label: provides a text label for the associated input control in a form
  18. Legend: provides a caption for the <fieldset></fieldset> container
  19. Maxlength: limits the number of characters the user can enter
  20. Method: tells the browser how to send the data to the server through the (Get) or (Post)
  21. Multiple: element to accept multiple choices
  22. Name: identifies the form
  23. Name for Input: it specifies the label or variable name
  24. Off: option sets the browser to the standard default processing
  25. Optgroup: allows multiple <option>s in a select element to be grouped logically and identified
  26. Option: defines one element of a menu list created with a <select> element
  27. Parse: divide the data into fields this is the email method
  28. Password: anything you type will appear as special characters usually asterisks
  29. Physical: same as virtual but are added to the text the user enters as if the user had actually coded them
  30. Radio Button: ensures that a user selects only one option from a list
  31. Reset: causes the browser to reset or change all the input areas back to the way they were when the user entered the page
  32. Rows: specifies the number of lines in he input block
  33. Select: creates a list box made up of the enclosed <option> elements
  34. Size: specifies the length of the text entry field
  35. Size: which should be a positive integer, determines how many of the choices are shown when the list box is first displayed by the browser
  36. Style: of the form, those values will apply to the form itself but not necessarily to the contents of button labels, nor to the text areas in which the user will type
  37. Submit: starts the process by which the browser encodes and sends the information to the server
  38. Tabindex: determines the order of access of the elements
  39. Target: direct the return data from a script to a different window or frame than the one that originally contained the form
  40. Text: creates a text entry field
  41. Textarea: creates an area for multiline text-input box
  42. Title: identifies the form when the page is presented
  43. Type: defines which type of input control the form will provide for the user
  44. Value: the field so that if users wish to use the default value they need only submit the form as is
  45. Value: returns the text string contained within the selected <option>
  46. Variable Names: (name, use, and email) chosen by the Web Weaver when the form was built is a generic way of referring to a location in the computer's memory
  47. Virtual: causes the browser to break the input lines at word boundaries in the browser pane
  48. Wrap: causes the browser to break lines on word boundaries as close to the right margin as possible and continue the text on the following line