The display property changes the display type of an element.
Property |
Value |
Explanation |
display |
block |
the element is displayed as a block-level element |
inline |
the element is displayed as an inline element |
list-item |
the element is displayed as a list item |
none |
the element is not displayed |
Example