Build a Cat Photo App - Step 5

Tell us what’s happening:

geçemedim bu bölümü lütfen please yardım edin kod okumuyor

Your code so far


<!-- User Editable Region -->

<html>
  <body>
  <main>
  <h1>Most important content of the document</h1>
  <p>Some more important content...</p>
<main>
 
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
<p>Everyone loves cute cats online!</p>
</main>
    

    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 5

Hi there and welcome to the forum!

Your code is correct but why did you add the example code from the task description? Remove it and see what happens

something’s up with the html structure. i think the problem is that you have two main tags. you only need one, and it should be the outermost one. try removing the extra main tag around the first section of content.