Css Display And Visibility
Visibility Property The visibility property can be used to show or hide elements. You should note that if you set the visibility property to invisible, the element still occupies the space on the page. If you want to make an element invisible and not take up space on the page, use the display property and set the value to none. The visibility property can be assigned the following values: visible (default), hidden, collapse (for tables only), and inherit....