Glubase - share your knowledge


All / Computers / Programming / CSS





  • View Command

CSS Reference

CSS display definition

Syntax

display: block | inline | list-item | none

Description

Display is a CSS property that defines how elements are displayed:

  • block (line break before and after each element)
  • inline (no line break)
  • list-item (list-item marker before and after each element, none (no display)
  • Comments

No comments added.