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

CSS How to Make a Website Beginning HTML and CSS Write a CSS Selector and Property

CSS Coding Question

Working on the first assignment in CSS and getting an error on the code; but, it looks identical to the tutorial. What am I missing? The coding looks identical to the tutorial. I opened and closed the style; but it is prompting me to close the style sheet which I did.

2 Answers

Make sure for every tag you open, you close it.

So even if you open an h1 tag and don't declare any colors or anything you need to close it.

\thanks, have it.