Learn HTML by Building a Cat Photo App - Step 3

** can any one tell the 3step how to write see more cat photos in our gallery.

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <see more cat photos in our gallery> 
  </body>
</html>

Your mobile information:

RMX2185 - Android 10 - Android SDK 29

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

Link to the challenge:

Let’s look at how you put the words “Cat Photos” in an h2 element.

Notice how you put those words between the opening h2 tag and the closing h2 tag. That’s exactly what you want to do to put words in a p element. The only difference is that instead of using h2 tags, you will use p tags.

1 Like

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