Learn HTML by Building a Cat Photo App - Step 64

which closing tag is needed here. Please guys enlighten me

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

Hint: Your anchor (a ) element should have a closing tag. Closing tags have a / just after the < character.

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Your opening a tag is malformed. It does not have a >.

noted. thanks for the information

the opening tag have a>

Sorry. I meant the closing ".

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

it is still showing the same thing

Hint: Your anchor (a ) element should have a closing tag. Closing tags have a / just after the < character.

Are you supposed to have one link or two? It looks like you have two that are exactly the same.

I received two links but it supposed to be one and i have remove the second one still no changes. The question is code look somehow

The code is valid, but it might not match the requirements.

Okay but how am i going to pass this step 64

I recommend resetting the challenge and reading the requirements carefully.

Really I will have to start all over again from the beginning

For this one lesson (“step 64”), I recommend it as the simplest way to solve the problem, but you’re not forced to.

I just can’t offer any more advice with the amount of information you’ve provided. I don’t know exactly what the requirements are and I don’t know what changes you may have made (intentionally or accidentally) to the starter code.

Okay thank you for the information

You don’t need to go back to Step 1 to reset one single Step. You click the Reset button on that one single Step

Okay I have reset it and do the test. Thank you

I have reset and it brought out the normal requirement it requires and I have done it. Thank You

No Copyright -freeCodeCamp.org

<a href="https://www.freecodecamp.org>freeCodeCamp.org.</a> </footer> <p>Now try this … above<br> I did correction from my side … cross check to understand</p>

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 Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for 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.

Thank you.

1 Like