CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS list style Property

CSS list-style Property

 

 

The list-style is used to style the list items. It is a shorthand for:-

  1. list-style-type
  2. list-style-position
  3. list-style-image

 

Default Value:-

 

Its default value is disc outside none

 

Syntax:-

 

Its syntax is:- list-style: list-style-type list-style-position list-style-image | initial | inherit;

 

Further Explanation:-

 

Value Description
list-style-type Specifies the type of list-item marker.
list-style-position Specifies where to place the list-item marker.
list-style-image Specifies the type of list-item marker.
initial Sets this property to its default value.
inherit Inherits this property from its parent element.

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS