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 Create the Content Containers

My preview of my page doesn't look like what the tutorial says it will look like.

I followed the video to add more information to my preview of my website, and when adding copyright/designer and what not, the only thing still showing up is just my name

4 Answers

idan ben yair
idan ben yair
10,288 Points

Hi Nicholas,

When you open a tag make sure you close it:

<h1>My name is Idan</h1>

If you wont close the tag properly things might not work :/ post your code here and I will assist you further. Thanks! :)

give me just a moment, i posted it into the test, and had it checked it said everything was perfect. i think it may be google chrome.

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Nick Mclean | Designer</title> </head> <body> <header> <h1>Nick Mclean</h1> <h2>Designer</h2> </header> <section> <p>Gallery Will go here.</p> </section> <footer> <p>Ā© 2014 Nick Mclean.</p> </footer> </body> </html>

idan ben yair
idan ben yair
10,288 Points

Hi Nicholas,

use the markdown to add your code check the Markdown Cheatsheet under the text area