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 trialJessie Zhou
301 Pointschallenge 1/3, I put <style> <h1>jessie</h1> what is the problem?
Please let me know what the instruction is asking for?
2 Answers
Khaleel Hamid
5,258 PointsAdd </ style> before < h1 > tags.
Should be like this
<body>
<style></style>
<h1>Jessie</h1>
</body>
Emma Willmann
Treehouse Project ReviewerYou need to add a closing style tag as well.
Jessie Zhou
301 Pointsthanks!
Jessie Zhou
301 PointsJessie Zhou
301 Points<style> <h1>jessie</h1> </style>
Jessie Zhou
301 PointsJessie Zhou
301 Pointsi c. thanks!
Khaleel Hamid
5,258 PointsKhaleel Hamid
5,258 PointsNo problem :)