Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Elena Von Burg
111 PointsI 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
<!doctype html>
<html>
<head>
<title>List Example</title>
</head>
<body>
</body>
</html>
1 Answer

Max Senden
23,153 PointsHi 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.

Elijiah Garmon
2,337 PointsOn my screen at least there is a "Preview" button between the "Restart" and "Get Help" buttons.
Elijiah Garmon
2,337 PointsElijiah Garmon
2,337 PointsI don't believe you get a webpage in this challenge.
Edit: Preview might be what you are looking for?