Learn HTML by Building a Cat Photo App - Step 4

I put the comment in the html but its not working

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:

SM-A245F - Android 13 - Android SDK 33

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

Link to the challenge:

The directions ask for
TODO: Add link to cat photos

you have
TODO:Add link to cat photos

you should see a difference in spacing

1 Like

An example of the right way on step 4 :wink:

Mod Edit: SOLUTION REMOVED

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

1 Like

I understand your point, the thing, is that the sentence could be confusing, took me almost 20 minutes to figure it out and trying multiple strings. A hint botton could be helpful.

Hints are provided when you submit an attempted solution.

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