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

Setting the h1 element color to green

I've changed blue to say green, but it says i'm incorrect. What am I doing wrong?

<style>

h1 { color: green; }

</style> <h1>Ashley Daigle </h1>

I think there might have been a glitch with the quiz because I just tried it again and it took my answer.

Stone Preston
Stone Preston
42,016 Points

oh ok good. that happens sometimes. If you think you have something right and its not working try refreshing the challenge and trying again, sometimes the challenge engine can mess up

ok thanks for your help

1 Answer

Stone Preston
Stone Preston
42,016 Points

i passed using your code :

<body>
  <style>

     h1 {
    color: green; 
  }


</style>
    <h1>Ashley Daigle</h1>
</body>

i would just try again