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
Is bean a singleton?
What is the use of design patterns?
What is architecture and what is design?
What is the design pattern?
5.Develop an entity relationships diagram that identifies physical entity relationships.
What is viper architecture?
How did you design your unit tests?What about integration tests?
What design pattern wrapper classes implement?
What are creational design patterns?
What is mvp design pattern?
Which design pattern is mvc?
What is the use of repository pattern?
What is the gang of four design pattern?
Contact a small, medium, and a large contract program within your organization. Interview the Technical Director or Project Engineer to identify the following information: a. Request the individual to graphically depict their development strategy? b. What factors drove them to choose the implementation strategy? c. What were some of the lessons learned from developing and implementing the strategy that would influence their approach next time? d. How was the V & V strategy implemented?
Are singletons bad?