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 trialRhys Klu
Courses Plus Student 301 PointsHTML Doctype tag.
When I type and follow code as instructed, this comes up: "Bummer! Make sure you define the HTML Doctype tag."
6 Answers
Rhys Klu
Courses Plus Student 301 PointsThank you for all your help Dan.
dan parker
3,762 Points<!DOCTYPE html> this should be the first line of html code.
Rhys Klu
Courses Plus Student 301 PointsThat's what I have done Dan Parker.
dan parker
3,762 Pointshave you tried refreshing the page?
Rhys Klu
Courses Plus Student 301 PointsYes. That hasn't worked either, it won't let me progress to the next stage.
dan parker
3,762 Pointswhat is the task that you are being asked to perform?
Rhys Klu
Courses Plus Student 301 PointsHow to make a website
dan parker
3,762 PointsI meant in the code challenge
dan parker
3,762 Pointsdid you get it to work?
Rhys Klu
Courses Plus Student 301 PointsNo it didn't work in the code challenge Dan.
dan parker
3,762 PointsI can't see what exactly you are being asked to do, but if its stuck on doctype you need to make sure that it is exactly like this: <!DOCTYPE html> and it must be first line. I hope this helps......