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 trial

HTML How to Make a Website HTML First Use HTML Elements

Can't get past.

For the question "Set the character set for the page", I have tried:

<meta> 
<meta /> 
<meta charset="utf-8">
<meta charset="utf-8" />
<meta></meta> 
<meta charset="utf-8"></meta> 

and nothing is working. I don't know if this is a glitch or maybe I am making this too complex for what it is asking for.

2 Answers

Kevin Kenger
Kevin Kenger
32,834 Points

Hey Kevin,

Cool name by the way! I can't see your code, so I'm not exactly sure what you tried (you should check out this post for tips on how to post code), but in order to set the character set, you need to put a line of code that looks like

<meta charset="utf-8">

between your <head></head> tags.

Yeah, I did that. It was just a glitch. I re loaded the page and passed through it with ease.