Learn Accessibility by Building a Quiz - Step 31

Tell us what’s happening:

Hint

You should give the first input a value matching the label text content.
But I have put the value=“text” in the input
but I am stuck here
any idea please?
thank you
Your code so far

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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15

Challenge: Learn Accessibility by Building a Quiz - Step 31

Link to the challenge:

Unfortunately, we can’t see your code

instructions say:

Give the label elements text such that the input comes before the text. Then, give the input elements a value matching the text.

The text should either be True or False.

This means that you should add the words True and false inside the label element (between the tags) and also add them as values to the name attribute.

You have 4 labels, that means you must write either True or False 8 times (4 times as value attribute and 4 times as text in between the tags)