Please HELP! I can't see the mistake

Tell us what’s happening:
I can’t see the mistake.I would greatly appreciate your help
Homework
Nest the existing a element within a new p element. The new paragraph should have text that says View more cat photos , where cat photos is a link, and the rest is plain text.

what i do

  <p>View more 
 <a href="https://www.freecatphotoapp.com">cat photos</a>

Observations:
1)You should only have one a element.

2)The a element should link to " https://www.freecatphotoapp.com"

While this looks correct it’s hard to tell without seeing all of your code. Plus we have to find the lesson.
From the observation (error message?) it seems you have more than one a element.

In the future,
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It 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.

Post all the code you have so we can help.

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 (’).

1 Like

Yeah, he does need to send the link to his problem. By the way, how come your everywhere @Roma. Did you make freecodecamp?

Roma is a moderator. He’s everywhere because that’s what moderators do?

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