Answer Posted / 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 |
Post New Answer View All Answers
Are singletons bad?
What are the main usage of the patterns?
5.Develop an entity relationships diagram that identifies physical entity relationships.
What are creational design patterns?
Is dependency injection a design pattern?
2. Create your own definition of a system. Based on the “system” definitions a. Identify your viewpoint of shortcomings in the definitions. b. Provide rationale as to why you believe that your definition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.
what is the lazy design pattern?
What non-visual coding tools are available for web design?
What is a lazy initialization in singleton?
Why is singleton bad?
Can we use an equated value as operands for an MVC ? Reason for the same.
How did you design your unit tests?What about integration tests?
What are the types of participants of the prototype design pattern you will get?
What is synchronizer token pattern?
What are the categories in which the design patterns can be divided?