Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

Hey, I am trying to learn the basics in HTML and I’m stuck at the comment part.
My code is stuck and I can’t move past that. Please help.

Your code so far

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

<!-- User Editable Region -->

 <!-- T0D0 Add link to cat photos-->  
    <p>See more cat photos in our gallery.</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/119.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

You need to use the letter O not the number 0 in todo

Also check the text they give you exactly, because you are still missing something

1 Like

these are ziros not bigg O and add a :grinning: TODO: with a : in the end

I have made the correction but still not working

Thank you. I have corrected that.

1 Like

What could I be missing Cody?

Thanks mans I got it. Thanks!

we will have to see your new code

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

2 Likes

Thanks. I am learning how to use this and do all that. I will catch up soon.

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.