-
What is the default value of visibility?
-
- inherit
- visible
- hidden
- initial
- None of these
Correct Option: B
The default value of visibility is visible, the element is visible. When set to hidden, the element is invisible but it still takes up space, initial sets the property to its default value. Inherit inherits this property from its parent element.