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

Amit Dhamankar
Amit Dhamankar
4,163 Points

meta tag. What is wrong in this code. I am getting a bummer?

<!DOCTYPE html> <html> <head> <meta charset = "UTF-8"> <title>Amit Dhamankar | Programmer</title> </head> <body></body> </html>

1 Answer

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,253 Points

There doesn't look like there's a lot wrong.

2 thoughts that maybe the code is looking for a lowercase <!doctype>

And secondly that the code is looking for a specific string of text in between the title tags.

Incidentally checkout the markdown cheatsheet for adding code to the forums or if you're using Workspaces, snapshots are a great tool for sharing code. :)

Welcome to Treehouse!!

Amit Dhamankar
Amit Dhamankar
4,163 Points

Hey Jonathan thanks a lot It worked . But still I am not used to treehouse Thanks buddy

Jonathan Grieve
Jonathan Grieve
Treehouse Moderator 91,253 Points

No problem, You'll get used to it as time goes on! Glad it worked. :)