Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

Help me i can’t able to understand. Please teach me in other way

Your code so far

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

<!-- User Editable Region -->



    <p>See more cat photos in our gallery.</p>                          
<!--TODO: Add link to cat photos-->
TODO: Add like to cat photo
p


<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; SM-T505) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.120 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

I would suggest resetting the lesson.

Your wrote the comment correctly

but you wrote in in the wrong place

the directions say to place the comment above the paragraph element. Not below

once you move your comment to be above the paragraph element, then the test will pass

hope that helps

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