'charset' Example : charset « CSS « HTML / CSS






'charset' Example

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

    
      
      








Related examples in the same category