Build a Cat Photo App - Step 12

Tell us what’s happening:

de favor podrian apoyarme ya que he realizado el codigo de distintas maneras utilizando en la parte de afuera del ancla antes y despues los conectores y y tambien he puesto cometrarios pero con ningun codigo me acepta , cuando lo realizo dentro de tro del ancla colocando lo que se me pide me marca error que debo de colocar estos elemento afuera del ancla podrioan direccionar el por que al utilizar los conectores me marca el error ???

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

      <p>Everyone loves cute cats online!</p>
     
<p>See more</P> ó <h2> See more</h2>

     **<!--- in our gallery -->**
**     <a href="https://www.freecodecamp.org" >cat photos</a> **
**    <p> in our gallery</p> ó <h2> in our gallery </h2>**
**      <!--- in our gallery -->**


<!-- User Editable Region -->

      <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/142.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 12

Welcome to the forum @Akira

You should not add any p or h2 elements to the HTML file.

Please reset the step to restore the seed code.

Make sure you do not change the href attribute value.

Happy coding