Interview Questions

What is property?

CSS Interview Questions and Questions


(Continued from previous question...)

62. What is property?

Property is a stylistic parameter (attribute) that can be influenced through CSS, e.g. FONT or WIDTH. There must always be a corresponing value or values set to each property, e.g. font: bold or font: bold san-serif.

(Continued on next question...)

Other Interview Questions