Learn Accessibility by Building a Quiz: Step 33

Tell us what’s happening:

Hi, I have typed in the code exactly as stated however the code isn’t being accepted? Any help?

Thanks!!

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/15.4 Safari/605.1.15

Challenge: Step 33

Link to the challenge:

We can’t see your code. Please add your code to your post. Thanks

p::before {
content: Question #;
}

I have this same issue too

This is the solution

content: “… …”;

hi !
try pasting your code in the grey editor for us to have a look at it

paste it inside the ```

p : : before{
content: “Question #”;
}

it’s not correct I mean the website is not accepting this code.

You’ll need to show us your code. To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key.

p::before {

content: “Question #”;

}

try this
Mod Edit: SOLUTION REMOVED

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

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