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

Paul D Holland
Paul D Holland
668 Points

what did I do wrong?

<style> <style>

h1 { color: blue; }

</style> <body> <h1>Paul Holland</h1> </body>

5 Answers

Seth Barthen
Seth Barthen
11,266 Points

What are you trying to do exactly? That CSS seems right to me.

That's correct. http://jsfiddle.net/mfPCG/

You may have a conflict with inline css or somewhere else?

Paul D Holland
Paul D Holland
668 Points

this is the same as the lesson with just the change to green and works fine when I preview

It asks for "green" in the challenge.

Paul D Holland
Paul D Holland
668 Points

I changed the color to green myself but it still says I am missing a style tag when I use blue

Paul D Holland
Paul D Holland
668 Points

keep getting message that I am missing a style tag when I check my work

Paul D Holland
Paul D Holland
668 Points

figured it out, I did it all at once and not by the steps. when I did the steps it worked fine.