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 Use HTML Elements

Problem at challenge task 4 of 6

This is my code, I don't know whats wrong with it, the editor keeps giving me an error prompt.

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
    <body><h1>YEAH SANDWICHES</h1>
        <p>I like eggs.</p>
        <p>And ham!</p>
        <p>But mostly sandwiches.</p>
    </body>
</html>

3 Answers

Hi Daniel,

Your code didn't show up but in those tasks you want to end up with something like:

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title></title>
  </head>
<body>
  <header></header>
  <section></section>
  <footer></footer>
  </body>
</html>

Sorry, I didn't knew the way of posting the code. Here's a screenshot of the error, even though I modified the code, I get stuck on 6/6. http://oi58.tinypic.com/23wqwew.jpg

Nevermind, Got it... Thanks for the help