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 trialPaul Duggan
199 PointsThe check answer
I completed the task for checking. It gave me a well done and a green for go.? But on pushing the next task button. it changed to bummer. I have re checked it re done it several times now and each got it right but then on re checking I get red.
<!DOCTYPE html>
<hmtl>
<head>
<meta charset="utf-8">
<title> Nick Pettit | Designer</title>
</head>
<body>
<header>
<h1>Nick Pettit</h1>
<h2>Designer</h2>
</header>
<section>
<p>Gallery will go here.</p>
</section>
<footer>
<p>©| 2014 Nick Pettit.</p>
</footer>
</body>
</hmtl>
4 Answers
Justin Iezzi
18,199 PointsHey Paul,
Looks like you have a typo. Your HTML tags are written as "hmtl". Fixing this should allow you to pass the code challenge.
Paul Duggan
199 PointsThanks
Paul Duggan
199 PointsThank you mate. ouch. Regards
Paul Duggan
199 PointsThank you mate. ouch. Regards