Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

my comment and tag was correct but my code not pass…i think it’s bug please solve them

Your code so far

<html>
  <body>

<!-- User Editable Region -->

  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
  <!-- TODO:Add link to cat photos -->
  <p>See more <a href="">cat photos</a> in our gallery.</p>

    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

you need to add a space after the colon

you should not add the anchor element in this step

You don’t need to add anchor element in p element.