+ 1
Is it compulsory to use the <meta charset UTF="8" >before starting to code?
6 Antworten
+ 2
It is if your document is going to include any non-latin characters like 'äöæåø', Chinese, Arabic.. etc.
+ 1
<meta charset="UTF-8">
0
Not really it's not needed
0
<!Doctype html>
<head></head>
<body></body>
</html>
So you start in html5
0
Keep in mind though that UTF-8 is the default character encoding in HTML5, so (theoretically) you don't need to specify it manually.
- 1
its html page name