CSS Display

To control the layout of an HTML element, the CSS Display is used. On a web page, each element is a rectangular box. The behavior of the rectangular box is specified by the CSS property. CSS Display default properties: default value inline inherited no animation supporting no version css1 javascript syntax object.style.display=”none” Syntax: display:value; CSS … Read more