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:Catphotos.com--> 
    <p>Everyone loves cute cats online!</p>
    
  </body>
</html>

Your mobile information:

SM-A035F - 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!

Hi @andrewsadjetey04 :wave: I see no issue with your code

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
   <!--TODO:Catphotos.com--> 
    <p>Everyone loves cute cats online!</p>
  </body>
</html>

This is actually perfectly valid HTML. When you make a post, try reading it back to yourself and ask if this is really enough information for someone to work with. This is the code-equivalent to calling someone and saying “Hi. I have a problem. What do I do?”

Moving forward…
Perhaps explain what you believe to be the issue, and accompany your explanation with as much detail as possible. Describe any feedback you’ve received. Tell us about what you’ve tried already. Which online resources have you tried to consult first? Perhaps if you mention this, someone can direct you to a better source.

One such excellent resource is MDN Web Docs

Welcome to the forum @andrewsadjetey04

Your comment should contain the text TODO: Add link to cat photos .

You need to use the exact text mentioned in the instructions.

Happy coding