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 trialAndrew Wall
294 Pointswill not check work
everything looks good in preview. but when I hit check my work it says i forgot style tags. does not make sense. Yes I saved and refreshed about 10 times. Cheers, Ace
<style>
h1 {
color: blue;
}
</style>
<h1>ACE WALL</h1>
2 Answers
Jason Anders
Treehouse Moderator 145,860 PointsHi Andrew,
It looks like you deleted the <body> tags from the code that would have been there when the challenge loaded. If you delete something that was there or put in something that wasn't asked for, the challenge will not let you pass even though your code is correct. Put the body tags back (or restart the challenge and don't delete them) and you will be good to go.
Keep Coding! :)
Andrew Wall
294 PointsTHANKS Jason!
Jason Anders
Treehouse Moderator 145,860 PointsYou're Welcome.
If it solved your problem, please mark as "Best Answer" as this will let others in the forum know that the question has been resolved.
Enjoy your learning here at Treehouse!