Switch to full style
CSS code examples
Post a reply

Usage of the CSS property !important

Mon Feb 27, 2012 1:23 pm

In this example we stress on the usage of !important CSS property. The !important assigned to a rule means this rule will be applied wherever they are placed.

Code:
<html>
<
head>
<
title>
 
Usage of the CSS property !important
</title>
<
style type="text/css">


color#FFFFFF !important; 
backgroundwhite;
}


colorblue;
background#ee5412 !important 
}
</
style>
</
head>
<
body>
<
p>In this example we show the usage !important property.</p>
</
body>
</
html>
 




Post a reply
  Related Posts  to : Usage of the CSS property !important
 php Accessing a Property from Within a Method     -  
 Show image using before property     -  
 Assign default property value     -  
 Important JSP tags     -  
 Important : Read before you post .     -  
 Java Important interview questions     -  
 Get the important variables of random forest classifier     -  
 web hosting sites free check out important useful     -  
 Usage of ins tag     -  
 usage of kbd tag     -  

Topic Tags

HTML Paragraph