Vidyalelo
CSS · Q23

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 23

Q23

Which of the following option a declaration consist of?

A.
Tag
B.
Property
Answer
C.
Selector
D.
Class

Answer: Option B

Solution

Answer: Option B
Solution:
A declaration has two parts separated by a colon:
Property – that part before the colon
Value – that part after the colon.