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






'!important' Example

    
<html>
<head>
<style type="text/css">
p { 
     font-size: 12pt !important; 
     font-style: italic 
}
</style>
</head>
<body>
<p>the style sheet.</p>
</body>
</html>

    
      
      








Related examples in the same category

1.'!important' Syntax and Note
2.'!important' is applied to