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 trialBIRIMA BURMA
1,030 Pointsi would like to set character set for my meta tag
Hi! How i can add character set to my meta tag ?
<html> <head> <meta charset=" utf-8>" <title> Birima Burma</title> <h1> Photografer</h1> </head> <body> <header> <section>Gallery go here now </section> <footer> © www.shanatto.com</footer> </header> </body> <h1> Birima Burma</h1< </html>
3 Answers
Jacek Szemplinski
6,423 PointsHi,
You should use this tag:
<meta charset="character_set">
replacing character_set with one you'd like on your site (e.g. UTF-8, ISO-8859-1).
You can read more about it on MDN pages
Jacek.
Ravinda Walpola
395 Pointshttp://www.w3schools.com/tags/ref_charactersets.asp
all about character tags
BIRIMA BURMA
1,030 Pointshi! all of you wright now i am doing img exersise ? 1- how can i add imge atribut perfectly? 2- where i can ask a questions emergenzly here? 3- what i do to recover importantes proviose videoes? yes I am not writting good english !!!
BIRIMA BURMA
1,030 PointsBIRIMA BURMA
1,030 Pointsthanks indeed for help Jacek