Comments, Questions, Suggestions, or Opinions












Tutorials
Lesson:

  1. What is HTML?

  2. HTML Editors

  3. HTML Elements and Attributes

  4. HTML Headings and Paragraphs

  5. HTML Formatting

  6. HTML Links

  7. HTML Images

  8. HTML Tables

  9. HTML Lists

  10. HTML Forms



Exercises
For every lesson:

  1. Hyper Text Markup Language

  2. Notepad

  3. Start tag to End tag and name="value"

  4. <h1> and <p>

  5. <b> and <i>

  6. <a href=>

  7. <img src=>

  8. <th> <tr> and <td>

  9. <OL> and <UL>

  10. <form>



My accounts:







Exercise 10


<form>



      Multiple Choice. Choose the letter of the correct answer.

  1. HTML forms are used to _____ data to a server.

    A. delete
    B. correct
    C. pass
    D. copy

  2. The most _____ form element is the <input> element

    A. common
    B. important
    C. latest
    D. old

  3. <input type="text"> defines a ______ input field that a user can enter text into.

    A. two-line
    B. one-line
    C. three-line
    D. multiple-line

  4. What is the default width of a text field?

    A. 10 characters
    B. 20 characters
    C. 15 characters
    D. 25 characters

  5. What input type defines a password field?

    A. <input type="pass">
    B. <input type="pw">
    C. <input type="password">
    D. <input type="pwfield">

  6. The characters ina a password field are masked. What do you mean by masked?

    A. shown as asterisks or circles
    B. saved
    C. copied
    D. shown as invisible

  7. Radio buttons let a user select ______ option/s of a limited number of choices.

    A. two
    B. three
    C. only one
    D. zero or more

  8. Checkboxes let a user select ________ option/s of a limited number of choices

    A. two
    B. only one
    C. three
    D. zero or more

  9. A _____ button is used to send form data to a server.

    A. send
    B. okay
    C. submit
    D. done

  10. What form tag defines a multiline input control?

    A. <multiline>
    B. <textarea>
    C. <mic>
    D. <multiple>