Interview Questions

What is CSS declaration?

CSS Interview Questions and Questions


(Continued from previous question...)

50. What is CSS declaration?

CSS declaration is style attached to a specific selector. It consists of two parts; property which is equivalent of HTML attribute, e.g. text-indent: and value which is equivalent of HTML value, e.g. 10pt. NOTE: properties are always ended with a colon.

(Continued on next question...)

Other Interview Questions