'charset' Example
<html> <head> <style>@charset "iso-8859-1"</style> </head> <body> <p>This is a block of text.</p> </body> </html>