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

I'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
Wayne Priestley
19,579 Points

Hi 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.

Wayne Priestley
Wayne Priestley
19,579 Points

Ah 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
Wayne Priestley
19,579 Points

BTW Lindsey,

color green is a big hint if your stuck ;)

I was on the first question but I was putting my style tags in the wrong place!! Thanks so much for your help!!

Wayne Priestley
Wayne Priestley
19,579 Points

Glad to help, I thought with the mention of color in you question you were at question three.

Good Luck Lindsey.