Give the syntax of css?

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


Please Help Members By Posting Answers For Below Questions

What is factory method in design pattern?

560


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.

2724


What is the difference between 3 tier and n tier architecture?

605


What is single tone design pattern in java?

548


What is difference between function oriented design and object oriented design?

592






Why is singleton bad?

573


What is the use of such a class?

668


What design pattern wrapper classes implement?

608


What are the main types of concurrency design patterns?

580


Give me example of observer design pattern?

629


What is architecture and what is design?

589


Is singleton bean thread safe?

561


Can we inherit singleton class?

606


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?

2695


What is the difference between builder and composite?

610