Visibility

The visibility property specifies whether or not the box attached to an element is visible.

The possible values are

PropertiesDescription
visible the box is visible
hidden the box is not visible, but space is allocated
collapse allows adjacent non-visible element to collapse
inherit is inherited from the parent
Note
The browser will allocate space for the element in any case. If we need the browser not to allocate any space for the element box, 'display' property should be used instead.
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +