The visibility property specifies whether or not the box attached to an element is visible.
The possible values are
| Properties | Description |
|---|---|
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 |
