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

Task 2- not sure

Hi, Im not sure where Ive gone wrong here but its come up as a mistake when Ive checked my work

Which task are you stuck on and what have you typed so far?

3 Answers

Hi Katie,

We'll get you upskilled. The color rule is for question three.

Jeff

<style>
    h1 {
      color: green;
    }
  </style>

I'm stuck on Task 2, learning how to make a website. I tried the CSS challenge where you change the header color. I've unfortunately gone out of the challenge and cant retrieve but I basically copied what I had done in my workspace when watching the video it worked on my workspace but didn't on the challenge so I'm not sure where I've gone wrong.

<body> <style>

h1 { color: blue; }

</style> <h1>Katie Austin</h1>

Ahh dont worry, just tried it all again and it worked! Im not sure why it didnt work the first time because I changed nothing... oh well thanks for your help.