Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialvalentina cappellari
656 PointsCan't detect mistake
Hi everyone!! I can't find the mistake on my index.html but there's some code in red at he end on the closing main and body tags and i don't get why it's wrong...maybe the position? Thanks :) https://w.trhou.se/sm9k018ha8
1 Answer
Steven Parker
231,198 PointsThe section tags are unbalanced. There are 3 opening tags (<section>
), but only 2 closing ones (</section>
).
Fixing that will remove the red highlighting.
valentina cappellari
656 Pointsvalentina cappellari
656 Pointsthanks a lot!!