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 |
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 are useful tools for developing and testing color schemes for web sites?
What are actually Model,view,Controller in MVC Pattern?
What is the difference between proxy and adapter?
Can we use an equated value as operands for an MVC ? Reason for the same.
What is the difference between 3 tier and n tier architecture?
Hi, I have 9backlogs in btech and i am 2008 passed out,am working with an MNC from past 3 years.now, am willing to do MS, will it be any problem for me?
How might prototyping be used as part of the SDLC?
Where should we use singleton design pattern?
Explain Inline Style Sheet?
Dd you useuse OOA/OOD methodologies?did you use design patterns?
What is a pattern library?