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 trialAmit Dhamankar
4,163 Pointsmeta 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
Treehouse Moderator 91,253 PointsThere 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
4,163 PointsAmit Dhamankar
4,163 PointsHey Jonathan thanks a lot It worked . But still I am not used to treehouse Thanks buddy
Jonathan Grieve
Treehouse Moderator 91,253 PointsJonathan Grieve
Treehouse Moderator 91,253 PointsNo problem, You'll get used to it as time goes on! Glad it worked. :)