Hi. Stuck on step 12

Im stuck on step 12 of web design.

  **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://freecatphotoap.com">cat photos.<a/>
</p>
    
    <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alA cute orange cat lying on its back.">
  </main>
</body>
</html>
  **Your browser information:**

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

Challenge: Step 12

Link to the challenge:

your closing <a> tag isn’t quite right. fix the syntax and it should work

1 Like

There is a typo in your href value ap should be app,

And just the text cat photos should be a link without Full Stop / Period,

Last thing your closing of anchor tag <a> isn’t right,

After you fix these things, I think this step should be passed.

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