Help me with step 15 on the cat photo app!

heres the code and task i have to do and as you can see i know literally nothing haha please give me some guidance

You have a typo. Try copy-pasting the url instead of typing it.

For future challenges, if you have a question 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.

didnt realise that i changed the link and it still doesnt work heres what i get
image

Please post your actual code instead of a picture.

What is your current code?

<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>
<a href="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
  </main>
</body>

Look at the hint. It’s telling you what is wrong.

it says only add one opening anchor but im only adding one i think LMAOO

You should only have one. Just make sure that you have 1 anchor tag with the required attributes.

I have the same problem as @tatloryikes. It says your only supposed to have one opening anchor. Help pls

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.

Mod Edit: SOLUTION REMOVED

here’s how to do it.
the instructions are really not it -_-

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.