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 trial

HTML How to Make a Website HTML First Use HTML Elements

Write an html doctype lesson (stage 2 HTML first)

I am redoing the beginning lesson since the change today, and on the Doctype lesson, I am correctly adding the doctype but it says Bummer and wont let it go. I then went ahead to make sure I didnt typo, and copy pasted the doctype that is listed in the treehouse source code.

When that didnt work, I went ahead and typed it again, then rewatched the lesson... help?

2 Answers

Jacob Miller
Jacob Miller
12,466 Points

I just put this in: <!DOCTYPE html> and it worked. Not sure why it's not working on your end.

Thank you! :D I've never had a lesson be cap sensitive haha

Jacob Miller
Jacob Miller
12,466 Points

You're welcome. I don't think it's technically necessary for it to be all caps, but I guess the code challenge was case sensitive.

Ah... It requires DOCTYPE to be in call caps...or it doesnt work.... :P