Learn HTML by Building a Cat Photo App - Step 4

your “p” element should be above the comment please how do i do that?

Your code so far

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

Your mobile information:

TECNO BF6 - Android 12 - Android SDK 31

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

Link to the challenge:

no, the comment should be above the p element
the p element should be below the comment

2 Likes

Hey Buddy Here Can you see how these two lines is in the same sequence.

So as here can you put the Comment line above the p line and adjust it in the same sequence.

Hope You Understand.

1 Like

I did, thanks for the help

1 Like

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