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 Introduction to HTML and CSS (2016) Adding a New Web Page Test: Write and Style an Element

Anyone else putting in their angle brackets and having a bummer message calling them quotes instead?

Duplicated the issue twice on two different devices-- one windows and the other my IPhone.

index.html

3 Answers

Ezra Siton
Ezra Siton
12,644 Points

Add more details (or code example) it's hard to know what the problem. Maybe your markup is wrong.

HTML5 Example:

<!DOCTYPE html>
<html>
  <head>
      <title>HTML</title>
  </head>
  <body>
  </body>
</html>

I had <!DOCTYPE.html> for the first line. Then <html></html> for the second line. No quotes. But the bummer message said to do it without quotes. I tried from three different devices--same result.

Ezra Siton
Ezra Siton
12,644 Points

<!DOCTYPE.html> without dot!! "." (copy and paste my code and check this again)

Thanks, Ezra. I actually figured that out and forgot to acknowledge. My bad.