HTML CSS Reference/CSS Attributes and Javascript Style Properties/charset
"charset" Example
<html>
<head>
<style>@charset "iso-8859-1"</style>
</head>
<body>
<p>This is a block of text.</p>
</body>
</html>
"charset" Syntax and Note
Note:
Set the character set.
For more information on character sets, refer to
http://www.iana.org/assignments/character-sets.
Syntax: