**i don’t understand what is wrong ! pls help
Your code so far
<html>
<body>
<main>
<h1>cute cats </h1>
<p>cats are very cute</p>
</main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
</body>
</html>
Your mobile information:
iPad - iPadOS18.3.2
Challenge: Learn HTML by Building a Cat Photo App - Step 5
Link to the challenge:
Hi and welcome to the forum!
it looks like you’ve edited the original code. Reset the step and try adding your main tags again. Make sure you’re adding the tags in the correct place.
Good luck!
1 Like
Hey there, welcome to the community! 
Looks like your code isn’t quite matching what the lesson is asking for. No worries, it happens! Just reset your code first by clicking the Reset button.
Once you’ve done that, don’t add anything extra—just focus on placing the <main>
tags correctly.
Make sure:
You add <main>
before your first <h1>
.
You close </main>
after the <p>
.
Your <h1>
, <h2>
, and <p>
are inside the <main>
element.
This will help structure your page properly, just like the lesson explains. Give it a try and let us know if you need more help!
1 Like