Please help I'm stuck on 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
<a "href=//catphotos" </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:**

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

Challenge: Step 12

Link to the challenge:

This is not quite how you create a link. I would restart the step to get the original HTML back so you can see the current link below the p. Your new link around “cat photos” in the p element should look exactly the same.

Thanks I got it.
I noticed my mistakes and made corrections.

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