How CSS style overriding works?



How CSS style overriding works?..

Answer / hrpynux@gmail.com

Any inline stylesheet takes the highest priority. ...
Any rule defined in <style>... ...
Any rule defined in external style sheet file takes the lowest priority, and rules defined in this file will be applied only when above two rules are not applicable.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CSS Cascading Style Sheets Interview Questions

What are CSS combinators ?

1 Answers  


How do I set margins?

0 Answers  


How do I center my header?

0 Answers  


What is the function of the css clear property?

0 Answers  


How to create rounded corners?

0 Answers  






How can you eliminate the blue border around linked images on web page?

0 Answers  


Why id selector is faster than class?

0 Answers  


What is text-overflow property use in css3?

0 Answers  


What is css linear-gradient() function?

0 Answers  


What is a flex container?

0 Answers  


What is css1 css2 css3?

0 Answers  


What is css selector?

0 Answers  


Categories