+ 1
Meaning of a tag
What does the tag <metacharset=UTF8> do in html??
5 Answers
+ 4
That meta tag basically specifies which character set a website is written with. Here is a definition of UTF-8: UTF-8 stands for (U from Universal Character Set + Transformation Formatâ8-bit) It is a character encoding capable of encoding all possible characters (called code points) in Unicode.
Redirect for more info:
https://www.google.com/url?sa=t&source=web&rct=j&url=https://stackoverflow.com/questions/29869743/what-is-meta-charset-utf-8&ved=2ahUKEwjTr_PNwKfqAhWjUhUIHZNLBAoQFjAQegQICBAB&usg=AOvVaw01KopWk_VSZFcPr7mRXnu6
+ 2
It is not necessary to include <meta charset="blah"> . As the specification says, the character set may also be specified by the server using the HTTP Content-Type header or by including a Unicode BOM at the beginning of the downloaded file.Â
+ 2
You're welcome
+ 1
So is it compulsory to put it in your code?
+ 1
Thanks Koder KingđȘđœâșïž