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 Introduction to HTML and CSS (2016) HTML: The Structural Foundation of Web Pages and Applications Test: Create an Unordered List

I am not getting the second tab in Html and CSS course where I can actually see my work as a web page.

where is my web page

index.html
<!doctype html>
<html>
  <head>
    <title>List Example</title>
  </head>
  <body>


  </body>
</html>

I don't believe you get a webpage in this challenge.

Edit: Preview might be what you are looking for?

1 Answer

Max Senden
Max Senden
23,177 Points

Hi Elena,

Elijiah is right, you don't get a preview in this challenge.

A workaround would be to copy paste this code in a separate code editor or text editor (e.g. Word). Once you've done that save the file, and change the extension into .html. Then open it in your browser.

On my screen at least there is a "Preview" button between the "Restart" and "Get Help" buttons.