[HTML5] What is charset, where to put it and what does it do? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

[HTML5] What is charset, where to put it and what does it do?

As I learn HTML I try making my own websites to see if I can, and I've started HTML5. They mentioned charset but so far I cannot find where they use it. Basically, what does charset do, why does it have to be 8 and where to put in (e.g. in the head). <meta charset="UTF-8"> That is the charset I mentioed FYI.

5th Feb 2018, 3:35 PM
SoloMoney
SoloMoney - avatar
1 Answer
+ 4
Here is explanation about charset. You shoud use it in the head tag: https://www.w3schools.com/html/html_charset.asp
5th Feb 2018, 3:56 PM
Ognyan Koychev
Ognyan Koychev - avatar