Define ‘important’ declarations used in css.
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 |
What are the different media types allowed by css?
How do I center block-elements with css1?
Can you name the four types of @media properties?
What is module in css?
Can you write css3 code to create shadow effect?
How will you add border images to an html element?
In how many types we include CSS style sheet?
What is a css value?
What is a parent child selector?
What do you mean by cascading?
What are the types of css?
How do I have a fixed (non-scrolling) background image?