Learn Accessibility by Building a Quiz - Step 43

Could someone help me? It says to enter all the information (including
tags) in the address element - I thought that was what I was doing but it isn’t working? If someone could help I would really appreciate it. Thanks!

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>
      <address>
        freeCodeCamp<br />
        San Francisco<br />
        California<br />
        USA<br />
      </address>
    </footer>

I just pasted the part I am struggling with.

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 15117.111.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36

Challenge: Learn Accessibility by Building a Quiz - Step 43

Link to the challenge:

remove this <br/> tag then it might work