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 trialLisa Downey
105 PointsDOCTYPE line did not turn red, and in later steps, none of my work (other than my name) appears when I try to view it.
Not sure what is going wrong, but I've backed up and this is where the problem started. When I typed in the doctype line exactly as indicated, it doesn't turn red in my workspace. Later, he mentioned that indentations would be automatic, but I have to manually indent every time it's called for.
4 Answers
Șilinca Alexandru
9,537 PointsIf you browsing with Mozilla Firefox swich back to Google Chrome because TeamTreeHouse have a little browsing incompatibilies - only with workspace.
Luke Glazebrook
13,564 PointsHi Lisa!
Seems like you are in a bit of trouble. Don't worry you will get the hang of it soon.
This is the code that you will need for the page structure.
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body></body>
</html>
Post here if you need any more help.
Have fun programming.
-Luke
Lisa Downey
105 PointsI've deleted everything and gone back to this stage. Yours does not look like the video. Mine looks exactly like his in the video, except that when I typed <!DOCTYPE html>
it did not turn red.
<!DOCTYPE html>
<html>
<head></head>
<body>
<h1>Lisa Downey</h1>
</body>
</html>
Lisa Downey
105 PointsThank you! That seemed to be the problem. DOCTYPE still isn't red, but everything now shows up when I view the page.
Valentina Ritter
452 PointsI use Chrome and have the same problem...
Christian Andersson
8,712 PointsChristian Andersson
8,712 PointsPlease paste the conflicting code here :)