Please help me out on the step 10, I've been stuck here for days... don't know what am doing wrong?πŸ™„πŸ™„πŸ™„

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat photos <a href='https:freecatphotoapp.com'> freecatphotos</a> for you to follow</p>
    <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 11; SM-A226B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.62 Mobile Safari/537.36

Challenge: Step 10

Link to the challenge:

First of all, your url is wrong.

Next, the format isn’t right, wasn’t what you were asked to do.

If I want a link to FCC, I can do:

<p>Visit the <a href="https://www.freecodecamp.org">FCC site</a>!</p>

Which would show up as:

Visit the FCC site!

You need a similar pattern. And where does the text, β€œfor you to follow” come from?

Thanks for your correction :blush: :slightly_smiling_face: Although that issue has been sorted out, i actually need help on the Step 11 please, if you can be of help with that i will so much appreciate Sir… thanks once again

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