The HTML charset Attribute
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:
For HTML4:
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
For HTML5:
<meta charset="UTF-8">