Learn Accessibility by Building a Quiz - Step 43 - FikJrJlenxjPVME-hPKX5

Tell us what’s happening:

The hint keeps saying " You should add an a element."
Can you tell me what’s the problem?

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.

  <footer>
      <a href="https://freecodecamp.org">freeCodeCamp</a><br />
        San Francisco<br />
        California<br />
        USA
      </address>
    </footer>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Learn Accessibility by Building a Quiz - Step 43

Link to the challenge:

Hi

It looks as if you accidentally deleted the opening tag of the address element.
If you add that back in i think your code will pass.

1 Like

What’s the opening tag?
I think I don’t miss everything.

You have a closing address tag

</address>

but no opening tag.

You could reset the step to get back to the starter code, but then you’d have to reapply your change for this challenge.

1 Like

I added the opening address tag and still doesn’t work in every web browser. :frowning: I also restarted this step but still cannot pass.

Could you post your updated code?

1 Like

That’s fine.
I missed one ‘d’ from the opening tag.
Finally passed.
Thank you for helping me.

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