Build a Cat Photo App - Step 4

Tell us what’s happening:

I don’t get the comment for Step 4
Commenting allows you to leave messages without affecting the browser display. It also allows you to make code inactive

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

    <h2>Cat Photos</h2> <!-- TODO: Add link to the cat photos-->
    <p>Everyone loves cute cats online!</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/134.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 4

The description explains how comments work in HTML. We are leaving a note for ourselves to add a link to the cat photos.

P.S Double check that you typed the comment text correctly.