Give the syntax of css?
Answer / swapna
CSS syntax = selector {property: value}
selector is HTML element/tag
Property is attribute
Value is some possible value accepted by property
The property and value are separated by a colon, and
surrounded by curly braces.
Ex:- body {color: black}
If the value is multiple words, put quotes around the
value:
p {font-family: "sans serif"} Applied for <p>?</p>
If you wish to specify more than one property, you must
separate each property with a semicolon.
Ex:- p {text-align: center;
color: black;
font-family: Arial }
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is it important to use systems analysis and design methodologies when building a system? Why not just build the system in whatever way appears to be “quick and easy”? What value is provided by using an “engineering” approach?
1 Answers DBU, KSV College, Sampson, University of Ibadan,
What is single tone design pattern in java?
Identify three types of systems or system upgrades that may be ideal candidates for a Waterfall Development Model strategy.
What is the use of repository pattern?
What is the difference between proxy and adapter?
What is the difference between factory and strategy design pattern?
what is MVC Pattern?
What are the main types of concurrency design patterns?
What is proxy in design pattern?
What is factory method in design pattern?
What is the design pattern?
What is impedance mismatch and How to solve the problem?