Display attribute value | CSS display Attribute Value
Display: Block | None | Inline | Compact | Marker | Inline-table | List-item | Run-in | Table | Table-Caption | Table-Cell | Table-Column | Table-column-group | Table-footer-group |Table-header-group | Table-row | Table-row-group
Parameters:
Block: The default value of css1. Add a new line after using this value as the object
None: Css1 hides objects. Unlike the hidden value of the visibility attribute, it does not reserve its physical space for hidden objects.
Inline: The default value of the css1 inline object. Use this value to delete rows from an object.
Compact: Css2 allocates objects as block objects or Inline objects based on content.
Marker: Css2 specifies the content before or after the container object. To use this parameter, the object must be used with the: After and: Before pseudo elements.
Inline-table: Css2 displays the table as an inline object or an inline container without line breaks
List-item: Css1 specifies a block object as a list project. You can also add optional project logos.
Run-in: Css2 allocates objects as block objects or Inline objects based on content.
Table: Css2 displays objects as block element-level tables
Table-caption: Css2 displays objects as table titles
Table-cell: Css2 displays objects as table cells
Table-column: Css2 displays objects as table columns
Table-column-group: Css2 displays objects as table column groups
Table-header-group: Css2 displays objects as table title groups
Table-footer-group: Css2 displays objects as table footer groups
Table-row: Css2 displays objects as table rows
Table-row-group: Css2 displays objects as table row groups