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

WEb Design

challenge task one...I dont get what Im doing wrong..I have my styles tags

4 Answers

Hey John, just did the task, it;s working fine. Make sure you put both start and closing tags before The <h1> and after <body>

did got past 1 now stuck on 3...Urrrrhh!!!..I'm sure i have all the elements

you should have an h1{} selector, inside the <style> tags. And use the color attribute to change it to green inside the h1{}. Remember to put a ; at the end of your color attribute.

Urrrrrrrrrhhhhh!!!... <body> <style> {color :blue;} <h1> Nick Pettit {color:green;} </h1> </body> ???????