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 trialSevgi Binici
304 Pointsi guess there is a bug in "How to make a website" challange task 6 of 6 th section.
Bummer! A section element needs to appear between the <body> and </body> tags.
<!DOCTYPE html>
<html>
<head>
<title>aa</title>
<meta charset="utf-8">
</head>
<body>
<header>aaa</header>
<footer>aaa</footer>
</body>
</html>
2 Answers
Julian Gutierrez
19,201 PointsNo bug, you don't have section tags in your code.
Philip Ollas
5,705 PointsThank you, kind of you to provide the answer.
Philip Ollas
5,705 PointsPhilip Ollas
5,705 PointsHi Julian, saw your answer and maybe you could help.... I've ran in to the same kind of problem but the error code I get is "A section element needs to appear between the <body> and </body> tags."...It seems quite strange since in my view the code is fine, you'll find the code right bellow my this line :
What would you suggest I do differently?
Julian Gutierrez
19,201 PointsJulian Gutierrez
19,201 PointsSame as above, you are missing a set of section tags.