Q57
Which of the following is an example of a Shortcut Property?
A.
border
B.
font
C.
text
D.
all of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
All of the above mentioned properties are shortcut properties. For example, the font-family, font-size, font-style, and font-weight properties can all be set at once using a single font property with a compound value:
font: bold italic 24pt helvetica;