'page' Example : page « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'page' Example

    
<html>
<head>
<style type="text/css">
@page:first { font-family:Times New Roman; 
              font-size: 18pt; 
              color:blue; 
}
@page:left { font-family: Verdana; 
             font-size: 18pt; 
}
@page:right { font-family: Verdana; 
              font-size: 18pt; 
}
</style>
</head>
<body>
<p>(body content)</p>
</body>
</html>
      
      
      








Related examples in the same category

1.'page' Syntax and Note
2.'page' Possible Values