Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

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

Your mobile information:

21091116AI - Android 13 - Android SDK 33

Challenge: Learn HTML by Building a Cat Photo App - Step 4

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to 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!

The note about the h1 is just an example of how to do a comment, which is to use the <!-- and --> tags.

Make a comment with the given text which is highlighted in the instructions TODO: Add link to cat photos don’t add punctuation like a period. Just copy/paste it

1 Like

Hii Buddy, Here you need to add this text inside your comment.

TODO: Add link to cat photos

This is the comment for instructions only.

1 Like