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 is the prototype design pattern?
what is cascading order?
What is the difference between factory and strategy design pattern?
When singleton pattern is used?
What is a pattern library?
What do you do to ensure that your design is carried out perfectly from your end?
Why have we declared the instance reference volatile?
Explain the singleton, facade, or handle class design pattern?
What is difference between function oriented design and object oriented design?
What is the behavioral design pattern?
What is your research methodology?
Can we inherit singleton class?