Vidyalelo
JavaScript · Q57

Document Object Model And Event Handling

Programming · JavaScript · question 57

Q57

Which of the following is an example of a Shortcut Property?

A.
border
B.
font
C.
text
D.
all of the mentioned
Answer

Answer: 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;