Build a Cat Photo App - Step 4

Tell us what’s happening:

Commenting allows you to leave messages without affecting the browser display. It also allows you to make code inactive. A comment in HTML starts with .

Your code so far

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

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    <p>Here is some text about cats.<a href="https://stock.adobe.com/am/search?k=cat"></a></p>
    <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/136.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 4

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!