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 trialMohamed Behary
5,190 PointsHelp !
I need a clear answer to the following challenge :
Add a header element, section element, and footer element.
here's the error message(((DOn't forget the header tag )))
Thank you
6 Answers
Dillon Patel
4,025 PointsI just completed the challenge and this was my final code.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<header></header>
<section></section>
<footer></footer>
</body>
</html>
Compare your code and see where exactly you may have gone wrong. If you have any other questions, let me know!
Dillon Patel
4,025 Points<header></header>
<section></section>
<footer></footer>
That is all it's asking for.
Mohamed Behary
5,190 PointsThank you
I wrote it 10 times
Bummer! Don't forget a header tag.
So what's the problem ?
Mohamed Behary
5,190 Pointscould anyone paste the code for this challenge ?
Mohamed Behary
5,190 PointsThank you very much >>>>
It works However , i didn't know the difference between my code and the correct code .......
Thank you ,
Mohamed Behary
5,190 PointsThank you very much >>>>
It works However , i didn't know the difference between my code and the correct code .......
Thank you ,