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:Add link to cat photos__>.
   <p>See more cat photos in our gallery.</p>
    
  </body>
</html>

Your mobile information:

octopus - 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!

**Tell us what’s happening:**I am stuck on step 4

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <!--,TODO:Add link to cat photos -->./>
   <p>See more cat photos in our gallery.</p>
    
  </body>
</html>

Your mobile information:

octopus - Android 13 - Android SDK 33

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

Link to the challenge:

In html, comments are formatted like this

<!--TODO: Fix cipher script-->

Your code looks like this

<!__TODO: Fix cipher script__>

Use hyphens instead of underscores

Happy Coding

Hi. If you look at the example in step 4, can you see how you have added extra code and text to your line? The spacing and capitalisation of the text needs to be exact, you may want to copy and paste the text.

<!-- TODO: Remove h1 -->

Hi Anthony,

Welcome to the forum.
Please note that we ask everyone to open only one topic at a time per question or challenge (or project). As such I have merged the duplicate topics created for this step.

(You can look at the topics you previously created and update the previous topic by replying to it if it was on the same subject)