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 Beginning HTML and CSS Write a CSS Selector and Property

Mark Laughlin
Mark Laughlin
189 Points

I was able to add blue to the text in the preview but i'm being told "bummer" i forgot my style tag.

I also noticed in the challenge that <body> was in the text, which i deleted because I haven't seen that before. it didn't change the result in the preview (still working) but when i try to move forward I get the same "bummer" message about the lack of style tag.

Stone Preston
Stone Preston
42,016 Points

can you post your code please?

1 Answer

Mark Laughlin
Mark Laughlin
189 Points

thanks i figured it out. I hadn't seen the "body" element before and realized i should put the style element inside the body specifier. Thanks again.