Tell us what’s happening:
I need help checking my code
They keep telling me my main element’s closing tag should be below the p element , when I check my code I see everything is perfect
Your code so far
<html>
<body>
<!-- User Editable Region -->
<main>
<h1>Most important content of the document</h1>
<p>Some more important content...</p>
</main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Everyone loves cute cats online!</p>
<!-- User Editable Region -->
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15
Challenge Information:
Build a Cat Photo App - Step 5