Horje

How to Specify the character encoding for the HTML document

See the example.
index.html
Example: HTML
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
</head>

<body>
<h1>My Website</h1>
<p>Some text...</p>
</body>

</html>

Output should be:

How to Specify the character encoding for the HTML document




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin