Exercises

HTML Forms

Put your HTML forms skills to the test with this beginner-friendly quiz. Explore essential form-building concepts, including the <form> element, GET and POST methods, radio buttons, submit controls, labels, and required input attributes. You will also review how to create dropdown menus with <select>, organize choices with <optgroup>, and group related form fields using <fieldset>. Whether you are learning web development or refreshing your HTML fundamentals, this quiz helps you check your understanding of how forms collect and submit user data.

Answer the questions below and check the explanation for each answer.

0/10 answered

  1. 1

    What does HTML stand for?

  2. 2

    Which element is used to create an HTML form?

  3. 3

    Which attribute is used to specify the method of sending form data?

  4. 4

    Which input type creates a radio button?

  5. 5

    Which element is used to group related elements in a form?

  6. 6

    What is the purpose of a <label> element in HTML forms?

  7. 7

    Which input type defines a submit button for a form?

  8. 8

    How do you create a drop-down list in an HTML form?

  9. 9

    What attribute must each input field have to be properly submitted?

  10. 10

    How can you group options within a <select> dropdown list?