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 Build Structure

DOCTYPE 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.

Please paste the conflicting code here :)

4 Answers

If you browsing with Mozilla Firefox swich back to Google Chrome because TeamTreeHouse have a little browsing incompatibilies - only with workspace.

Hi 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

I'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>

Thank you! That seemed to be the problem. DOCTYPE still isn't red, but everything now shows up when I view the page.

I use Chrome and have the same problem...