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 trialfranceskos
2,169 PointsMy </section> stays on red when I finish the code, please can you help me?
</section>
Jason Anello
Courses Plus Student 94,610 PointsHi Francesko,
Post all the html for that page and someone can take a look. It sounds like you have a syntax error somewhere.
5 Answers
Doug Ray
7,493 PointsHey Francesko,, it may be that one of the other tags are not closed properly or nested incorrectly, review the syntax from the video carefully !. hope this helps and if it still doesn't work please let me know.
franceskos
2,169 PointsI opened it but the closing one stays on red. I ve did it exactly as shown in the video but doesnt get fixed :/ :(
Holt Hunter
4,629 PointsWhat does your code look like?
Ahmed Al-Naib
10,935 Pointsmake sure that all the above attributes opened double quotations are closed ? if not .. please paste the code of your page in order to give a chance to resolve it for you :)
franceskos
2,169 PointsHey guys, thank you for your replies and your help...
I fixed the problem, I forgot to put the closing tag of the unordered list </ul>...
Best regards, Francesko!
PS: is anyone of you on ThemeForest :D :D
Yves Roulin
4,452 PointsThat happens when you forget to close a tag, happens a lot until you master it!
Holt Hunter
4,629 PointsHolt Hunter
4,629 PointsWhat exactly do you mean by "My
</section>
stays on red"? Do you think you might just be missing the opening<section>
?