Help with step 12

Tell us what’s happening:
Describe your issue in detail here. I am blocked at step 12

  **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 <a href="click here to view more cat photos.">cat photos</a></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:**

Challenge: Step 12

Link to the challenge:

What specifically about step 12?


This isn’t a url, so this can’t be right.

<p>Click here to view more <a href="click here to view more cat photos.">cat photos</a></p>

This is what I write

Your href attribute still is not a valid url.

I don’t understand.
I change by putting an url but it doesn’t work

It’s okay now. Thanks!

1 Like

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