Learn HTML by Building a Cat Photo App - Step 5

Please help me with element (main ) how I should make it ?

<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
  <!-- TODO: Add link to cat photos -->
  <p>Click here to view more cat photos.</p>
  <h2><main> 
  fotoğraf
  </main></h2>

</body>
</html>
1 Like

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

This is the instruction, which part do you find hard to understand?

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