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 HTML Basics Getting Started with HTML Creating Lists

Vinay Dev Mudgil
Vinay Dev Mudgil
457 Points

When I launch WorkSpace and open index.html file..it's empty. There is no code in it ? What should I do?

When I launch WorkSpace and open index.html file..it's empty. There is no code in it ? What should I do?

I'm new to Treehouse myself, but I would recommend downloading an open source text editor and then downloading the project files. That way you won't have to rely on workspace.

Start out with the basics. There's a couple errors to help with looking for problems.

<!DOCTYPE html>
  <html>
     <head>
          <meta charset = "utf-8>
          <title>Name of website</title
     <head>
     <body>
         <header>
           <h1>My First Website</h1>
         </header>
         <footer>
         </foter>
     </body>
  </html>

1 Answer

We are using the code we wrote in the previous video. If you didn't start from scratch then you will need to write the code from what is shown in this video.