Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:
Describe your issue in detail here. i cant figured out the next step

Your code so far

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

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    </p><h2>See more cat photos in our gallery/h2

<!-- User Editable Region -->

</html>

Your browser information:

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

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

Link to the challenge:

You have added extra code in there that isn’t suppose to be there. Reset your problem ctrl F5. It is asking you to add your p element with the text described below your h2 element. Don’t forget your closing tags. They should look like your opening tags except with an added forward slash.

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