Build a Cat Photo App - Step 4

Tell us what’s happening:

Not sure what I am missing on this code. Can you check to see what I did wrong?

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>

<!-- User Editable Region -->


    <p>Everyone loves cute cats online!</p>
    <!--: Add link to cat photos -->    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 4

Welcome to the forum @brycebook04

  1. The first word is missing from the comment element.
  2. The comment element goes above the paragraph element.

Happy coding