Learn Accessibility by Building a Quiz - Step 34

Hello , can someone explain what is this step for?
What repetition is it preventing? What element(s) is it targeting?

# Step 34Passed

To prevent unnecessary repetition, target the `before` pseudo-element 
of the `p` element, and give it a `content` property of `"Question #"`.

We do not have any p elements in the html code.
Thanks.

Learn Accessibility by Building a Quiz: Step 34 | freeCodeCamp.org

1 Like

Please always include a link to the challenge when posting a question about it.

Learn Accessibility by Building a Quiz: Step 34 | freeCodeCamp.org

1 Like

This looks like a bug to me. Please report it here:

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

1 Like