Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Ylan ARFI
986 PointsHTML Syntax error
I got an error but my code is correct... I don't understand what's happening?
Thanks, Ylan
<!-- This is a new HTML file -->
<!DOCTYPE html>
<html>
</html>
3 Answers

Nicholas Mercer
2,319 PointsI'd give it another shot as your code is correct and I've just tested successfully on my end:
http://imgur.com/a/82Qco
-Nick

premnath .p
3,335 PointsPost you html comment after doctype it may resolve

Jennifer Nordell
Treehouse TeacherHi there! Your code isn't wrong, but the comment is causing the challenge to fail on step 2. Oddly enough, it doesn't cause step 1 to fail. Code challenges can be very strict and it's always best to try not to do anything they haven't explicitly asked for. Simply remove the comment and continue the code challenge.
Happy coding!

Ylan ARFI
986 PointsThank to all of you :))
tbh, I just redid it as is and it's working now... I don't understand what happened xD
Anyways, I'm ready to back at it !!!
C u around guys ^.^
Ylan ARFI
986 PointsYlan ARFI
986 PointsHey Thank you Nicholas :))
Honestly, I know that my code is correct lol I just got an error even if I code my entire HTML page properly.
Here is the error I got :
"Bummer! Don't put your <html> tag before the <!DOCTYPE html> tag - the doctype needs to be the first tag in your document!"
Which is not true... I properly placed the doctype before my html balise. So I was wondering if got this issue? I want to pass this course and complete everything :)
Thanks, Ylan