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 trialHolly Fox
2,808 Pointsstuck on the 3rd step
Help. I've taken the second challenge but can't remember how to do the style part of the code. I can't work out how to go back to the video. Are you allowed to re-watch the video once you start a challenge? Where am I going wrong.
3 Answers
Eric Flowers
9,472 Points<body>
<style>
h1{
color: green;
}
</style>
<h1>Nick Pettit</h1>
</body>
mrx3
8,742 PointsAs far as I know you can re-watch the video with the section you're having trouble on. Can you please post the code that you're having trouble on, maybe I can help.
Holly Fox
2,808 PointsThank you! Sorry, very new to this so just finding my way around. I couldn't remember where to put the {} brackets. I'm onto the next level now! thanks for your help.
Eric Flowers
9,472 PointsEric Flowers
9,472 PointsNot sure what the exact question is the above markup passes. Make sure that only CSS is in the <style> tag and make sure you close the tag after the CSS </style>