what is cascading order?



what is cascading order?..

Answer / swapna

All the styles will "cascade" into a new "virtual" style
sheet by the following rules:

Browser default
External style sheet
Internal style sheet (inside the <head> tag)
Inline style (inside an HTML element)

An inline style (inside an HTML element) has the
highest priority, which means that it will override a style
declared inside the <head> tag, in an external style sheet,
or in a browser (a default value).

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Design Patterns Interview Questions

What is the difference between architecture and design?

0 Answers  


What are the disadvantages of singleton pattern?

0 Answers  


What is the difference between factory and builder design pattern?

0 Answers  


What is singleton design pattern

1 Answers   CSS, Dimdim, Fulcrum Logic, TCS, Wipro,


What is synchronizer token pattern?

0 Answers  






Explain what are 5 common problems in the software development process?

0 Answers  


What are 5 common problems in the software development process?

1 Answers   HP,


What is singleton design pattern in java?

0 Answers  


What is viper architecture?

0 Answers  


Is mvc is a design pattern?

0 Answers  


What is impedance mismatch and How to solve the problem?

1 Answers   HP,


how to pring 10 item per page in smartform

0 Answers  


Categories