Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Lindsey Tischuk
3,854 PointsI'm confused about this question. A style tag is <style> </style> are we supposed to change the color?
I can't get passed this question.
Thanks
4 Answers

Wayne Priestley
19,579 PointsHi Lindsey,
I'm confused too LOL. Is that the whole question?
A style tag is <style>
</style>
are we supposed to change the colour?
Could you give me a link to the question please.

Lindsey Tischuk
3,854 Points
Wayne Priestley
19,579 PointsAh ha,
I get it now,
I take it your on the third question out of three, so your code looks something like this:
<body>
<style>
h1 {}
</style>
<h1>Nick Pettit</h1>
</body>
Okay, you have added the style tags, and then you've selected the H1 element.
Now its asking you to turn the content of H1 (Nick Pettit) the color green.
hope this helps, give me a shout if you need more help.

Wayne Priestley
19,579 PointsBTW Lindsey,
color green is a big hint if your stuck ;)

Lindsey Tischuk
3,854 PointsI was on the first question but I was putting my style tags in the wrong place!! Thanks so much for your help!!

Wayne Priestley
19,579 PointsGlad to help, I thought with the mention of color in you question you were at question three.
Good Luck Lindsey.