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 |
Which design pattern is mvc?
What is a pattern library?
What is a lazy initialization in singleton?
How to add CSS styles Styles to Elements with Particular Attributes?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
What is the difference between 3 tier and n tier architecture?
What is the concurrency design pattern?
Identify three types of systems or system upgrades that may be ideal candidates for a Waterfall Development Model strategy.
5.Develop an entity relationships diagram that identifies physical entity relationships.
What are the benefits of the proxy in the design pattern?
What are the languages used in the design pattern?
What are the different types of Design Patterns and Explain them?
3 Answers Genpact, Gradatim, Gul Ahmed, TCS, Wipro,