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 HTML Links Anchors

Meta charset="utf-8" is used for what?

Don't understand what the meta charset is for and why it is utf-8

2 Answers

A charset, or Character Set, is used to tell the browser what kind of symbols/characters to display on a web page. There are many different types, but UTF-8 covers the widest range of symbols. You can find more information here: http://www.w3schools.com/html/html_charset.asp.

Not all browsers are created equally. The charset coding UTF-8 better enables the browser to read the code.