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 trialMichelle L
601 PointsWhat am I doing wrong? Meta charset
The grader is telling me this is wrong.
<!DOCTYPE html> <html> <head> <meta charset = "UTF-8"> </head> <body></body> </html>
4 Answers
Richard Mook
14,226 PointsIs there any other code before the code that you copied in your question?
Michelle L
601 PointsI figured out what was wrong. It should have been <meta charset="utf-8"> (note the lack of spacing on both sides of the equal sign), which is slightly annoying. I didn't realize spacing would matter...it's not python...
Michelle L
601 PointsI figured out what was wrong. It should have been <meta charset="utf-8"> (note the lack of spacing on both sides of the equal sign), which is slightly annoying. I didn't realize spacing would matter...it's not python...
Michelle L
601 PointsYes, for some reason when I copied/pasted it, it didn't show all of it. Disregard.