Everything seems well for me, but i am getting errors

Tell us what’s happening:
Describe your issue in detail here.
followed all the instructions but my code seems not to run correctly

  **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></main>
</body>
</html>
  **Your browser information:**

User Agent is: Version 102.0.5005.63 (Official Build) (64-bit)

Challenge: Step 5

Link to the challenge:

From the instructions:

“Identify the main section of this page by adding a <main> opening tag after the h1 element”

An element includes both it’s opening and closing tags. So in this case the h1 element is:

<h1>CatPhotoApp</h1>

When the instructions say to add something “after” an element, you need to add it after the entire element.

Thanks, it worked incredibly well. Moving on now…

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