Tree :



 Faceted index, by topics :
Menu

 
Category
V5 (45)
V5.01 (21)
V5.10 (15)
V5.20 (31)
V5.30 (15)
 
 How to insert these widgets?

      6. CSS 1
          6.4. Properties
              6.4.6. Other elements
 6.4.6.1. display property

 display

This property applies to all elements and controls how they are displayed. One value (keyword) is expected :

- block (default. The element is displayed a the beginning of a new line, in a block),
- list-item (the element is displayed as a list item),
- inline (the element is displayed on the same line as the previous block),
- none (the element is not displayed).

Internet Explorer (versions 4 and 5.0) doesn't recognize block and list-item keywords.

Keywords :  Css