The visibility property controls whether or not an element is rendered.
| Property | Value | Description |
| visibility: | visible | The generated box is visible |
| visibility: | hidden | The generated box is invisible, but still effects layout |
| visibility: | collapse | On tables, render the element collapsed |