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 trialJohn Yzaguirre
22,025 Pointsso...validation didn't go so well for me =(
went through the code line by line looking for something different than what was taught in the video. My code is exactly the same but for some reason my Validation did not come out as clean. I had and error just for this line
<*s*e*c*t*i*o*n>* Stars there just so you can see it.
it was not happy about that last > symbol at the end and i had no idea how to fix it =(
2 Answers
Madeline Silcock
767 PointsI am having this issue too. Mine has the closing section tag. It says
"Line 27, Column 17: Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections"
Any ideas?
mrx3
8,742 PointsYou have to close the tag, if I'm understanding your question correcty you should have open section tag, and a closing section tag.
<section>
</section>
John Yzaguirre
22,025 PointsJohn Yzaguirre
22,025 Pointsstill haven't figured it out yet. i've got the code exactly as he has it. Only thing I can think of is maybe some formatting is being applied I can't see.