0
I have a question, what is the function of meta charset=utf-8, I don't understand 🙏🙏
3 Respuestas
+ 4
https://www.sololearn.com/discuss/938399/?ref=app
https://www.sololearn.com/discuss/1644925/?ref=app
https://www.sololearn.com/discuss/153931/?ref=app
https://www.sololearn.com/discuss/5406/?ref=app
It is used to write encoding of data.
You can use there:
utf-2
utf-8
utf-16BE
utf-16LE
utf-32
ascii
+ 2
1.)
<meta charset="utf-8"> tells the browser to use the utf-8 character encoding when translating machine code into human-readable text and vice versa to be displayed in the browser.
2.)
The charset attribute specifies the character encoding for the HTML document. The HTML5 specification encourages web developers to use the UTF-8 character set, which covers almost all of the characters and symbols in the world!