Learn Accessibility by Building a Quiz - Step 42

Tell us what’s happening: ok - validator is not showing errors yet the code is not passing. Please scroll to end of validator https://validator.w3.org/nu/#textarea

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/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Learn Accessibility by Building a Quiz - Step 42

Link to the challenge:

You have to copy and paste your code from the editor into your post so we can see it.

BTW, just because the HTML is valid doesn’t mean it fulfills the requirements.

        <address>
freeCodeCamp<br />
San Francisco<br />
California<br />
USA<br>
"You can visit, but you might not find anything...">You can visit, but you might not find anything...<
      </address>
    </footer>`

sorry about that. here it is 
```

You don’t want to add the last sentence. I agree that it is confusing to have it there.

Also, there doesn’t appear to be a <br /> after USA in the instructions. You must add it exactly as the instructions ask. Use copy/paste if possible to avoid these types of errors.

awesome! thanks. solved. It is confusing. Why put that?

I think they were just trying to add a bit of humor. I’ve seen plenty of other people add it by mistake. I think I will create a PR to remove it. The intentions were good. But a lot of people are missing the joke.

1 Like

I really think if the code block style was better it wouldn’t happen.

Not sure how it looks in dark mode (I’m guessing better) but in the normal light theme you can barely see the code block.

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