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 trialamyp
6,574 PointsPlease describe meta charset="ut-8"
please describe
3 Answers
Ethan Rivas
9,979 PointsHi! It is meta charser=utf-8
btw, and it specifies the character encoding for the HTML document.
- The UTF-8 is for Character encoding for Unicode.
You can read more about this here: http://www.w3schools.com/tags/att_meta_charset.asp
Tyler Hanson
1,755 PointsHi, UTF stands for Unicode Transformation Format. The '8' means it uses 8-bit blocks to represent a character. The charset attribute tells what type of character encoding is being used which would be the utf-8. you can read more here on it if you need:
Steven Parker
231,198 PointsI think you mean "UTF-8". It's the standard character set for the Web.
And the meta tag tells the browser what character set to expect the page to use. Here's some additional info sources for UTF-8: