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 trialEd Ponting
290 Pointsset the character set of your page
adding a character set attribute to meta
<!DOCTYPE html>
<html>
<head>
<meta charset= "utf-8">
</head>
<body>
</body>
</html>
1 Answer
Radu Ioan Stochita
3,558 Points<meta charset="UTF-8">
I found this working for me. You need to get rid of the blank spaces to actually complete this code challenge.
Ed Ponting
290 PointsEd Ponting
290 PointsThank you!
Radu Ioan Stochita
3,558 PointsRadu Ioan Stochita
3,558 PointsI'm glad that it worked for you.