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 difference between builder and composite?
How can you know that your design is successful?
Show us an example of a design that can solve a business problem.
. What makes rival companies better or worse than us in terms of UI UX?
What is the difference between UX and UI design?
How do you choose a design pattern?
In what cases are synchronous architectures more appropriate than asynchronous architectures?
Explain what are 5 common problems in the software development process?
What is clean architecture?
What is the behavioral design pattern?
What is software 'quality'?
what is cascading order?