Learn HTML by Building a Cat Photo App - Step 5 - GdEmCaPGZspqBHz8YSryS

Tell us what’s happening:
Describe your issue in detail here.
im not sure what to do

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

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14816.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

Step 5 asks you to do this:

Identify the main section of this page by adding a <main> opening tag after the h1 element, and a </main> closing tag after the p element.

It means you need to also include the h2 element in the main tag, your opening main tag is too late in the code

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