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 trialJohn Ferguson
2,001 PointsWEb Design
challenge task one...I dont get what Im doing wrong..I have my styles tags
4 Answers
Rogelio Delgado
15,803 PointsHey John, just did the task, it;s working fine. Make sure you put both start and closing tags before The <h1> and after <body>
John Ferguson
2,001 Pointsdid got past 1 now stuck on 3...Urrrrhh!!!..I'm sure i have all the elements
Rogelio Delgado
15,803 Pointsyou 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.
John Ferguson
2,001 PointsUrrrrrrrrrhhhhh!!!... <body> <style> {color :blue;} <h1> Nick Pettit {color:green;} </h1> </body> ???????