0
What is uses of meta chartset ="UTF-8"
Idk
2 Answers
+ 3
https://www.sololearn.com/discuss/938399/?ref=app
https://www.sololearn.com/discuss/527658/?ref=app
https://www.sololearn.com/discuss/2622778/?ref=app
https://www.sololearn.com/discuss/1644925/?ref=app
https://www.sololearn.com/discuss/1861098/?ref=app
https://www.sololearn.com/discuss/2626366/?ref=app
+ 1
It specifies the character encoding for the HTML document.
Common values:
UTF-8 - Character encoding for Unicode
ISO-8859-1 - Character encoding for the Latin alphabet
In theory, any character encoding can be used, but no browser understands all of them. The more widely a character encoding is used, the better the chance that a browser will understand it.