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 trialValery Kukatov
6,996 PointsMeta Character section 4 of 6
It seems that there is a possible bug, unless someone can find what's wrong with my code. It's asking me to make a character set with the meta tag. I'm very sure I know what I'm typing. :)
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
</head>
<body>
</body>
</html>
1 Answer
Valery Kukatov
6,996 PointsLooks like I figured this one out. For some unknown reason it looks at spaces as an error before and after the equal sign.
Nick Pettit
Treehouse TeacherNick Pettit
Treehouse TeacherHi Valery,
Glad you were able to figure this out! In some places including spaces is OK, but in HTML, you can't have spaces before or after the equal sign in the syntax for an attribute.