
In HTML each element behaves like the rectangular box. CSS Display property is used to how to display HTML elements on the web page. Display property have the different values. Default the display property set to the inline for all element.List of display property given below.
Syntax:
div{ display: none; display: inline; display: block; display: contents; display: list-item; display: inline-block; display: inline-table; display: table; display: table-cell; display: table-column; display: table-column-group; display: table-footer-group; display: table-header-group; display: table-row; display: table-row-group; display: flex; display: inline-flex; display: grid; display: inline-grid; display: ruby; display: ruby-base; display: ruby-text; display: ruby-base-container; display: ruby-text-container ; display: run-in; display: inherit; display: initial; display: unset; }