Learn Accessibility by Building a Quiz - Step 30

I don’t the problem with the fourth label:

**

Accessibility Quiz

HTML/CSS Quiz

Student Info

Name:
Email:
D.O.B.(Date of Birth)

HTML

1

The legend element represents a caption for the content of its parent fieldset element

2

A label element nesting an input element is required to have a for attribute with the same value as the input's id

CSS

**

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36

Challenge: Learn Accessibility by Building a Quiz - Step 30

Link to the challenge:

Hi!
You should add a “id” attribute for the inputs and give them a value of something, then
you should add a “for” attribute in your label elements with the same value as you gave to the “id” attribute so they get linked.
But they should not all have the same value.
Hope this helped!

I did the same thing but my mistake was not writing the fourth closing element for the Label “” but thanks for answering my question much appreciated

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.