Property | Values |
---|---|
visibility | inherit | visible | hidden |
visibility determines whether an element's content can be seen. (Note: this setting does not affect HTML layout; an element uses the same amount of space regardless of whether it is 'visible' or 'hidden'.) Values of 'hidden' and 'visible' hide and show the element, respectively. 'inherit', the default, causes an element to inherit its visibility value from its containing element.