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 trialRussell Eckman
376 PointsStyle tag
I am trying to apply style to my code in the second code challenge. I am typing the code exactly as instructed and I am getting a bummer message saying don't forget your style tag. What am i missing?
2 Answers
J Scott Erickson
11,883 Pointswhats the exact challenge?
Jason Anello
Courses Plus Student 94,610 PointsHi Russell,
Are you on the 1st task? You want to make sure that you have both your opening and closing style
tag right before the h1
It should come after the opening body
tag but before the h1