It seems like you are using an ad blocker. To enhance your experience and support our website, please consider:

  1. Signing in to disable ads on our site.
  2. Sign up if you don't have an account yet.
  3. Or, disable your ad blocker by doing this:
    • Click on the ad blocker icon in your browser's toolbar.
    • Select "Pause on this site" or a similar option for lancecourse.com.

Forms and Input Controls

This quiz focused on HTML forms and controls and was designed to test your understanding of the concepts and attributes involved.

Question 1

Which input type should you use to create a password field where the text is hidden?

Question 2

Which input type would you use to accept a date from the user?

Question 3

What attribute can be used with the <textarea> element to set the number of visible rows?

Question 4

How can you ensure that a form field is required and cannot be left empty?

Question 5

What attribute of the <input> element specifies the type of input control?

Question 6

Which HTML element can be used to group related form controls together?

Question 7

What is the purpose of the action attribute in a form?

Question 8

Which HTML element is used to create a form?

Question 9

How can you ensure that a phone number input only accepts digits and has a specific format?

Question 10

Which input type allows users to select one option from a list of predefined options?