display
Name: display
Description: Specifies the type of display box generated by the element.
Browser Compatibility: IE 4+ / NN 4+ / O 3.5+
Inherited: No
Values:
- block
- compact
- inherit
- inline [Initial value]
- inline-table
- list-item
- marker
- none
- run-in
- table
- table-caption
- table-cell
- table-column
- table-column-group
- table-footer-group
- table-header-group
- table row
- table-row-group
Code Example:
p {display: block;}
strong: {display: inline;}
strong: {display: inline;}