'!important' Example : important « CSS « HTML / CSS

HTML / CSS » CSS »  important 
'!important' Example

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

    
      
      
Related examples in the same category
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.