Learn Accessibility by Building a Quiz - Step 34

Tell us what’s happening:

someone one explicit to tell what should I do :slight_smile: how nest a div in another div without to close one
or to have issues in script

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.
<div class="formrow">
            <div class="question-block answer">
              <div class="question-block answer">
                <div class="question-block answer">
                  <div class="question-block answer">
                    </div>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15

Challenge: Learn Accessibility by Building a Quiz - Step 34

Link to the challenge:

It depends upon what you mean by explicit. We are not allowed to write answers.

I doubt these divs are supposed to be nested in each other. I guess they should be one after another.

i try it
i should nest four div elements inside div.formrow.

Right, four separate divs, not a div inside of a div inside of a div inside of a div inside of a div inside of a div

hmmm, have no ideea sorry

Hmm, what can you try? I’m not allowed to write the answer for you.

You need 4 separate div elements, with opening and closing tags, and each of those divs is not nested in each other.

you should put a class of “question block” in the first div, then put a class of “answer” in the second one, then put a class of “question-block” in the third one…etc

1 Like

In the step-34 of “Learn Accessibility by Building a Quiz” ,

there is a last section which we created for CSS questions in the before steps , just nest a div inside that section with class formrow. Again nest 4 div inside that div .With each div having given two classes alternatively.

Hope this helps. Good luck !

2 Likes

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