HTML/CSS/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>
<html>
<head>
<style>@charset "iso-8859-1"</style>
</head>
<body>
<p>This is a block of text.</p>
</body>
</html>