Multiple choice technology web technology

Which tag is used to toggle control when the user clicks on the text within the element?

  1. toggle

  2. label

  3. caption

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The tag associates text with a form control, allowing users to click the text to toggle checkboxes or radio buttons. This improves usability and accessibility - clicking anywhere on the label activates the control. The 'toggle' attribute doesn't exist in HTML, and is for table titles.