//for HTML4
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
//for HTML5
<meta charset="UTF-8">
To display an HTML page correctly, a web browser must know the character set used in the page.
This is specified in the <meta> tag.