Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

I´m writing like this :

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    <See more cat photos in your gallery.>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

I believe you need to use the

element

Welcome to the forum.

You need to use a <p> element in a similar way to how you used the <h1> and <h2> elements earlier.

1 Like

You give it a good trial :partying_face:
But do a little change only.

Here you need to put your this sentence into a p tag

Same as @jeff_beynon described you.

Hope you will definitely change you code. :innocent:

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