Answer Posted / 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 View All Answers
Can we inherit singleton class?
What is the use of such a class?
What is a behavioral design pattern?
Can we make the reference instance non static?
Write the code for a singleton class?
What is onion architecture?
What is meant by design pattern?
What are structural design patterns?
What is the use of design patterns?
Are singletons bad?
What non-visual coding tools are available for web design?
Quartus II software version 6.0 is available for which operating systems (OS)?
Give me example of observer design pattern?
What are the disadvantages of singleton pattern?
Give me example of chain of responsibility design pattern?