HTML Forms

12345678910111213
Across
  1. 3. To send the form
  2. 4. Creates a slider to select a set of numbers
  3. 5. The HTML tag that creates many form's control
  4. 7. Allows user to select one or more options
  5. 9. Creates a single-line text input
  6. 11. Allows user to select only one option
  7. 12. The initial width of the control in the input tag
  8. 13. To set the form to original state
Down
  1. 1. Creates the menu item for the select tag
  2. 2. Tag required to start a form in HTML
  3. 3. The tag that produces a pull-down or scrollable option menu
  4. 6. Creates multi-line text
  5. 8. Input type = "________" to have an upload button
  6. 10. Method attribute for form tag