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

Janine Panganiban
Janine Panganiban
57 Points

i followed the directions yet i'm being told "don't forget your style tags. please advise.

what style tag is being asked?

index.html
<style>

  h1 {
    color: blue;
  }

</style>
<h1>Janine Panganiban</h1>

3 Answers

Jeff Lemay
Jeff Lemay
14,268 Points

That all looks good to me. But my challenge wants me to set the h1 color to green.

You didn't remove the < body > tags right?

Ryan Field
PLUS
Ryan Field
Courses Plus Student 21,242 Points

Your code is passing tasks 1 and 2 for me, but failing task 3, for which the reason is clearly stated. Just make sure to read the instructions thoroughly, and you should have no problems for this challenge in particular.

Janine Panganiban
Janine Panganiban
57 Points

Thank you Jeff and Ryan.

I see now that I did pass tasks 1 and 2 after going back and re-doing the challenge.