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 |
What are some of your favorite designs in apps and websites?
Why singleton beans are not thread safe?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
Shall we use abstract classes or interfaces in policy / strategy design pattern?
What is synchronizer token pattern?
What are the benefits of the proxy in the design pattern?
What are the disadvantages of singleton pattern?
Explain the singleton, facade, or handle class design pattern?
What is the executor design pattern?
What do you do to ensure that your design is carried out perfectly from your end?
When to Use a Factory Pattern?
Is oop a design pattern?