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 trialPaul D Holland
668 Pointswhat did I do wrong?
<style> <style>
h1 { color: blue; }
</style> <body> <h1>Paul Holland</h1> </body>
5 Answers
Seth Barthen
11,266 PointsWhat are you trying to do exactly? That CSS seems right to me.
Neal Gist
8,438 PointsThat's correct. http://jsfiddle.net/mfPCG/
You may have a conflict with inline css or somewhere else?
Paul D Holland
668 Pointsthis is the same as the lesson with just the change to green and works fine when I preview
khmtravel
2,602 PointsIt asks for "green" in the challenge.
Paul D Holland
668 PointsI changed the color to green myself but it still says I am missing a style tag when I use blue
Paul D Holland
668 Pointskeep getting message that I am missing a style tag when I check my work
Paul D Holland
668 Pointsfigured it out, I did it all at once and not by the steps. when I did the steps it worked fine.