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 Creating HTML Content Use the Navigation Element

Hi everyone, I input code correct to workspace but unable to generate correct preview. Any advise?

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>William | Pimpin' Hard</title>
  </head>
  <body>
    <header>
      <h1>William</h1>
      <h2>Buffet: Never Lose Money</h2>
    </header>
    <section>
      <p>Pictures will go here.</p>
    </section>
    <footer>
      <p>&Copy; William N 2014</p>
    </footer>
   </body>
 </html>

Hey William!

So what exactly is not displaying correctly when you view your preview?

Also, I edited your post to include Markdown formatting for your code. You can see how to do this if you click the Markdown Cheatsheet link about the comment button :D

1 Answer

The only thing I can see that is off is © should have a lower case c. Change that and everything else look correct.

That is 1. the lower case C and the fact that I openned 2 Html at sametime so that may confuse the system. I deleted 1 HTML and lower the C, it worked out.

Thank you Erik.