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 |
What are the types of the proxy design you will get in the design pattern?
What development do you think is needed in the UI UX of our product?
. Explain your area of focus.
How to add CSS styles Styles to Elements with Particular Attributes?
Did you use ooa/ood methodologies? Did you use design patterns?
What are the languages used in the design pattern?
Is singleton an anti pattern?
What is the methodology to follow in collaboration with other team members like researchers, product managers, and developers?
What is the executor design pattern?
What is onion architecture?
How do you ensure quality of code ?
Why do we need singleton pattern?