Learn HTML by building a Cat Photo App - step 64

please help me. what am i doing wrong?

You’ll need to give us a little more information. At the least, you’ll need to paste your HTML in here so we can see what you have tried.

To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key. You may also be able to use Ctrl+e to automatically give you the triple back ticks while you are typing in the this editor and the cursor is on a line by itself. Alternatively, with the cursor on a line by itself, you can use the </> button above the editor to add the triple back ticks.

<footer> 
<p>No Copyright - freeCodeCamp.org</p>
      <a href="https://www.freecodecamp.org">freeCodeCamp.org</a>
 </footer>

it sends me this message. " Your anchor (a) element should be nested within the footer element. Make sure to add an opening tag and closing tag for the anchor (a) element."

You don’t want to add an extra freeCodeCamp.org. You want to turn the original freeCodeCamp.org into a link.

you should have it this way

No Copyright - < a herf="https://www.freecodecamp.org">freeCodeCamp.org

Hey @pupy0921, I know you are new here, so this is just a friendly reminder. Please don’t post working code solutions in here. We try to help people find the answers for themselves, not just give them the answer.

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