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 trialJanine Panganiban
57 Pointsi followed the directions yet i'm being told "don't forget your style tags. please advise.
what style tag is being asked?
<style>
h1 {
color: blue;
}
</style>
<h1>Janine Panganiban</h1>
3 Answers
Jeff Lemay
14,268 PointsThat 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
Courses Plus Student 21,242 PointsYour 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
57 PointsThank you Jeff and Ryan.
I see now that I did pass tasks 1 and 2 after going back and re-doing the challenge.