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 trial

HTML How to Make a Website Adding Pages to a Website Build the Contact Page

My </section> stays on red when I finish the code, please can you help me?

</section>
Holt Hunter
Holt Hunter
4,629 Points

What exactly do you mean by "My </section> stays on red"? Do you think you might just be missing the opening <section>?

Hi 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
Doug Ray
7,493 Points

Hey 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.

I 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
Holt Hunter
4,629 Points

What does your code look like?

Ahmed Al-Naib
Ahmed Al-Naib
10,935 Points

make 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 :)

Hey 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
Yves Roulin
4,452 Points

That happens when you forget to close a tag, happens a lot until you master it!