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 trialMichelle Mangwiro
Courses Plus Student 467 PointsThe second challenge won't allow me to pass on how to make a website. Why?
<body> <style> </style> <h1>Nick Petit</h1> </body>
Where am I going wrong?
<body>
<style>
</style>
<h1>Nick Petit</h1>
</body>
4 Answers
gregory gordon
Full Stack JavaScript Techdegree Student 14,652 Points<body> <style>h1 {
}</style> <h1>Nick Pettit</h1> </body>
gregory gordon
Full Stack JavaScript Techdegree Student 14,652 Points< body> < style>h1 {
}</ style> < h1>Nick Pettit</h1> </ body>
Krishnendu Banerjee
1,005 Pointswrite like this
and pls use double t in Nick Pettit
<body>
<style>
</style>
<h1>Nick Pettit</h1>
</body>
Michelle Mangwiro
Courses Plus Student 467 PointsThank you so much
gregory gordon
Full Stack JavaScript Techdegree Student 14,652 Pointscan you vote best answer if this helped you out would help me thanks :)
Andrew McBurney
4,471 PointsAndrew McBurney
4,471 Pointsedit: There is a missing t in Pettit.