HTML5. Where to put the main element closing tag?

Tell us what’s happening:
Where to put the main element closing tag?

  **Your code so far**
<html>
<body>
  <h1><main>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
  <!-- TODO: Add link to cat photos -->
  <p>Click here to view more cat photos.</p>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36

Challenge: Step 5

Link to the challenge:

You have to put main element closing tag after p element closing tag and correct your main element opening tag and put it after h1 element closing tag.

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