visibility: visible | hidden
Initial value |
visible
|
---|---|
Applies to | all elements |
Inherited | yes |
This property can be used to make the content of an element invisible.
Note that unlike using display: none
, the element will
still take up space on the page and its descendants may still have
visible content.