Erlerne Barrierefreiheit, indem du ein Quiz erstellst - Step 34

Step 34

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


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


Test

Tut mir leid, dein Code funktioniert nicht. Du bist auf dem Weg dorthin.

Hinweis

You should use the p::before selector.

What is the problem? I don’t get it…

Hallo!

Für den Fall, dass du die Lösung noch nicht hast:

Ich hab deinen Code kopiert und in den Test eingepasst, die Anführungsstriche und die Raute sind weiß, d.h. der Editor erkennt sie nicht.
Das passiert meistens , wenn die Tastatur für ein anderes Land formatiert ist.