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 |
Give me example of chain of responsibility design pattern?
What are creational design patterns?
What is meant by design pattern?
how many types of cookies in php
. What makes rival companies better or worse than us in terms of UI UX?
What is a pattern library?
What is universal design?
Is singleton bean thread safe?
What is the difference between factory and abstract factory design pattern?
how to pring 10 item per page in smartform
Dd you useuse OOA/OOD methodologies?did you use design patterns?
What WYSIWYG web design tools are available?