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

Michael Morgan
Michael Morgan
887 Points

Beginner HTML Workspace Browser Problem

As part of teaching video about Beginner HTML and coding in WorkspaceWhen I add <title>Experience VR</title> in Workspace, save, and click the preview button I don't get a preview. I get this notification:

http://port-80-eomu11cx5w.treehouse-app.com

I have emptied the cache, restarted, forked the file and renamed v2 name, removed a shopping app that might have interfered, tried FireFox instead of Safari, turned off FireWall, etc. I am working a MacBook OS 11.5.6. I can't move ahead until I figure this out. I had a couple of suggestions from Community yesterday but nothing has worked to date. Is it a Mac setting? a browser setting? I am a beginner and about our of patience. Any suggestions? Help. Thanks

1 Answer

<!DOCTYPE html>
<html>
  <head>
    <title>Experience VR</title>
  </head>
  <body>
  </body>
</html>

should give a blank page with the title visible in the title bar, not on the page itself.

The page will no longer be blank after about 3:45 in teamtreehouse.com/library/global-structure-of-an-html-document when you put text between <body> and </body>