Define ‘important’ declarations used in css.



Define ‘important’ declarations used in css...

Answer / hrpynux@gmail.com

The ! important statement is used for breaking this order and adding weight to a specific declaration to put it in effect, ignoring the others. It is used for overriding the styles that are previously declared in other style sources, in order to achieve a certain design or layout goal.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CSS Cascading Style Sheets Interview Questions

What are the types of cascading style sheets?

0 Answers  


What is meant by cascading effect?

0 Answers  


What are the values that can be taken by property white-space of css3?

0 Answers  


What is the difference between id and class?

0 Answers  


How can backward compatibility be designed in CSS?

0 Answers  






What is attributes in css and how they used?

0 Answers  


What is div tag in html?

0 Answers  


What is css radial-gradient() function?

0 Answers  


What are the difference between "display:none" and "visibility:hidden" in css?

0 Answers  


What is a css selector?

0 Answers  


What is VH/VW (viewport height/ viewport width) in CSS?

0 Answers  


What is css1 css2 css3?

0 Answers  


Categories