+ 2
I didnt understand a topic
The character encoding (charset) declaration is also simplified: <meta charset="UTF-8">
2 Respostas
0
If you want to write characters like ä, ö or ü, you have to write "ä", "ö"... or just write "<meta charset="utf-8">" to display everything correctly.
- 2
UTF-8 charset is not necessary in html5