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

There is not skip question, no refer to the video, no real help and program leaves you hanging with no way to get out!

There is not skip question, no refer to the video, no real help and program leaves you hanging with no way to get out!

I tried the challenge and didn't have any problems completing it, or getting back to the videos. The blue bar across the top of the page on the code challenge has links to the videos you have completed. If that isn't what you are having trouble finding, could you be more specific about your problem?

1 Answer

Codin - Codesmite
Codin - Codesmite
8,600 Points
  1. I wouldn't advise skipping the question if you can not complete this task because these are basics that you will require with 99% of HTML projects you do.

  2. You can refer to any previous videos to the challenge by selecting previous tasks / videos from the blue bar at the top (The one with the white circles).

  3. The videos before the questions explain everything you need to pass this task.

  4. I don't understand what you mean by it leaves you hanging with no way out, you may need to explain this better as I do not know what you are reffering to.

I quickly ran though the task again myself to make sure it wasn't bugged and I had no problems completing the task.

For reference here is the code I used to pass all 6 tasks:

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8"> 
    <title>This is a title</title>
</head>
<body>
    <header></header>
    <section></section>
    <footer></footer>
</body>
</html>

If there is anything about the task you do not understand feel free to ask, but I think you may need to watch the videos again as they do explain every task.