Havin issues at step 12

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.
   app.com"></a></p> Click here to view more https://freecatphotoapp.com
    <a href="https://freecatphoto
    <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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 12

Link to the challenge:

Hi @TESTNET, welcome to the forum.
Please double check your html, some elements are broken.
For example, inside your first p tag, you have a closing anchor tag (but no opened one).
At the same time, the anchor tag (that starts in the next line) is broken because the opening tag is never closed, is not connected to a closing tag and doesn’t have any text in the middle.

I suggest you to reset the challange and solve it breaking it down in few steps:

  1. make the “cat photos” words inside the 1st paragraph a link
  2. remove the a tag after the paragraph

still dont work /////// please help me list out the complete steps on challange 12…accurately please

@TESTNET can you share what is the new code that you wrote after my comment?
I’m sorry but breaking down the list even more would be like giving the solution rather than pointing towards to correct direction.
It’s not something I can do, because that wouldn’t be fair nor good for learning.

The free cat photo app link provided should be inside the p element. Also make sure the (a) anchors are in the right spot within the (p) element. Hope this helps!

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