The ___________ property specifies if/how an element is displayed.
A. background-color
B. border
C. color
D. display
Answer: Option D
Solution(By Examveda Team)
Example:
h1.hidden {
display: none;
}
A. background-color
B. border
C. color
D. display
Answer: Option D
h1.hidden {
display: none;
}
A. div
B. span
C. box-model
D. both (A) and (B)
The _____________ property specifies the background color of an element.
A. background-color
B. border
C. color
D. display
The ___________ property specifies if/how an element is displayed.
A. background-color
B. border
C. color
D. display
A. margin
B. box-sizing
C. padding
D. none of the mentioned
Join The Discussion