'media' Example : media « CSS « HTML / CSS






'media' Example

    
<html>
<head>
<style type="text/css">
@media print { 
   body { 
      font-family: Verdana; 
      font-size: 14pt; 
   }
}   
</style>
</head>
<body>
<p>(body content)</p>
</body>
</html>

    
      
      








Related examples in the same category

1.@media screen
2.@media print
3.media='screen' in style tag