Requirement
The only thing you need to do is specify the correct character set, which you can do in the head of your document:
<head>
<meta charset="UTF-8">
<title>Page name</title>
</head>
The only thing you need to do is specify the correct character set, which you can do in the head of your document:
<head>
<meta charset="UTF-8">
<title>Page name</title>
</head>