Tell us what’s happening:
HTML5 has some elements that identify different content areas
These elements make your HTML easier to read.
how is my code incorrect?
Your code so far
<html>
<!-- User Editable Region -->
<body>
<main>
<h1>HTML5 has some elements that identify different content areas</h1>
<p>These elements make your HTML easier to read.</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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
Challenge Information:
Learn HTML by Building a Cat Photo App - Step 5