+ 6
The character encoding for html5 is meta charset utf-8. Then what about meta charset utf-16
html
2 Answers
+ 4
okay
+ 2
because charset 8 will use 1 to 4 bytes per making things more efficient while 16 will use 2 to 4..which means it will never use just 1 byte.