The question numbers are not descriptive enough. This is especially true for visually impaired users. One way to get around such an issue, without having to add visible text to the element, is to add text only a screen reader can read.
Nest a span element with a class of sr-only after the number in each of the h3 elements.
Hi. Can you please post a link to the challenge you are stuck on.
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.
The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.
@a1legalfreelance
You could try the step 24 by positioning the span element to the right or the left of the number 1.
Either is acceptable on FCC to the next step 25.
But the instruction says
Nest a span element with a class of sr-only after the number in each of the h3 elements.
in the next step the seed code has the span be to the left of the element, so it looks like the instruction text of step 24 is wrong
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.