Responsive web design step 12

I been browsing the forum to find the answer but unfortunately I could not find the answer I am looking for. I am stuck on step 12. Here is the code that I wrote on that line.

<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>
      </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>
1 Like

Hi @linuxgeek
Read what they want again and your answer after. Element and content needs to be as they have asked.
Take a break if you dont see now. After you will solve for sure, it is a tiny mistake.
Happy coding!

the problem just at dot on cat photos

Yes, I got it. thank you.

2 Likes

Ive done that.Eveery time it sais the same thing.

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