Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
Challenge: Learn Accessibility by Building a Quiz - Step 26
Link to the challenge:
[/quote]
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
Challenge: Learn Accessibility by Building a Quiz - Step 26
Link to the challenge:
[/quote]
You are missing the class attribute here
And you need another fieldset element in the other div too
so i have to put the class="question-block"
into the fieldset right?
no question-block is not the correct class-name for the fieldset element.
in the instructions they said:
, and one
fieldset
element with a class ofquestion
.