Please any help on this Step 12, anyone please

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 <a href="https//freecatphotoapp.com">cat photos </a>
    <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 12

Link to the challenge:

you already did it right. you forgot the closing tag for your paragraph element tho …
remember paragraph element need open tag <p> and closing tag </p> at the end

It’s still not working :confused: :tired_face:

could you please show me the new code you wrote ?

example:
<p> Click the LINK to start downloading. </p>
i want LINK to be a link so:
<p> Click the <a href=""> LINK </a> to start downloading. </p>

in your code you deleted everything after your </a>

restart step and start fresh

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