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 trialMicah Ng
Courses Plus Student 479 PointsWhy does it ask for a character set attribute when I already have "charset" written in the code?
-I wrote charset in the code -It says I didn't
1 Answer
Michael Afanasiev
Courses Plus Student 15,596 PointsHi Micah,
I'm using a restricted domain at work so I won't be able to check the code challenge but I will try to help you anyway.
How did you add your code? because it should look like this:
<meta charset="utf-8">
Just under the 'head' tags:
<head>
<meta charset="utf-8">
</head>
or try without the "utf-8".
Hope this will help!
Micah Ng
Courses Plus Student 479 PointsMicah Ng
Courses Plus Student 479 PointsThank you!