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 Global Structure of an HTML Document

Mine didnt do nothing. Here is my code

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

<body> oi </body> </html>

1 Answer

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,252 Points

There isn't much for your code to do at this point.

Your code at this point certainly has valid HTML, but if you were to save this file all you would see is the letters "oi" at the top left of your screen on a white background and the word "Experience VR" on your browser tab.

Is this what you see? 🙂 And if not I must ask the most basic question of them all and ask if you have made sure your file is correctly saved in your text editor or workspaces. Thanks. 😀

Thank you for answering me. I used workspace and clicked Preview workspace, yet nothing on the title shows nor the body. Idk what I did wrong.

I saved.

Jonathan Grieve
Jonathan Grieve
Treehouse Moderator 91,252 Points

What kind of file do you have saved in your workspace? You were probably asked to make an index.html file in your workspace which when saved and previewed will appear in a URL like this..... http://port-80-ghrjjjkkj.treehouse-app.com/

Thanks for helping