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 |
i have file(ps),dont know how many records are there. move half of the records to 2 files. how can we do
What is single tone design pattern in java?
. What makes rival companies better or worse than us in terms of UI UX?
What are the languages used in the design pattern?
. Tell us about the differences between desktop designing and mobile designing.
What is the methodology to follow in collaboration with other team members like researchers, product managers, and developers?
How did you design your unit tests?What about integration tests?
Design Facade pattern - What is its application in projects ?
What is the difference between proxy and adapter?
Can we have this pattern implemented using static class?
If i make my selection in State Dropdown list, i would the City and ZipCode dropdown list to be automatically reupdated based on the State i select.(This to avoid the user select a City or Zipcode that does not correspond to the State previously selected.)
How to analyze the design patterns ?