display

Previous- clear  |  Next-white-space

Description

block (a line break before and after the element) , inline (no line break before and after the element), list-item (same as block except a list-item marker is added) none (no display) .


Initial Value : block

Applies to : all elements

Inherited : no

Possible Values
block | inline | list-item | none


Previous- clear  |  Next-white-space