what does <meta charset= "UTF-8" >
code do and where it is used
please answer fast
the person who explains will be brainliest
Answers
Answered by
3
➭ AnSwer :-
⟹ Uses of <meta charset= "UTF-8" > :-
- That meta tag basically specifies which character set a website is written with.
- UTF-8 (U from Universal Character Set + Transformation Format—8-bit) is a character encoding capable of encoding all possible characters (called code points) in Unicode.
- The encoding is variable-length and uses 8-bit code units.
Answered by
1
Answer:
Simply put, when you declare the "charset" as "UTF-8", you are telling your browser to use the UTF-8 character encoding, which is a method of converting your typed characters into machine-readable code. ...
Similar questions