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 trialEdin Mulasalihovic
3,789 PointsI wrote: <meta charset = "utf-8"> it still says it's a bummer!
I don't understand why it's not working!
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<title></title>
</head>
<body></body>
</html>
2 Answers
Luke Glazebrook
13,564 PointsHi Edin!
Remove the spaces after charset and after the equals sign, that will fix your problem!
-Luke
Edin Mulasalihovic
3,789 PointsYeah guys, it works, thank you a lot.
Edin M.
alborz
Full Stack JavaScript Techdegree Graduate 30,885 Pointsalborz
Full Stack JavaScript Techdegree Graduate 30,885 PointsIt looks like you have a space in between the first set of quotation marks and the = sign. Try getting rid of that and see if that helps.