Learn HTML by Building a Cat Photo App - Step 5

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

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

Your mobile information:

iPhone - iOS16.1.2

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

Link to the challenge:

Hello!

For this step, it asks that a < main> element be entered before (above ) the < h1> element.
The closing < /main> is to be placed below the < p>

Example:
< main>
< h3> Dogs chase cats< /h3>
< h6> Last of the statement before the paragraph. < /h6>
< p> paragraph element statement


< /main>

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