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 type Property

CSS list-style-type Property

 

 

The list-style-type is used to specify the type of list-item marker in a list.

 

Default Value:-

 

Its default value is disk.

 

Syntax:-

 

Its syntax is:- list-style-type: value;

 

Further Explanation:-

 

Value Description
disc The marker is a filled circle
armenian The marker is traditional Armenian numbering
circle The marker is a circle
cjk-ideographic The marker is plain ideographic numbers
decimal The marker is a number
decimal-leading-zero The marker is a number with leading zeros (01, 02, etc.)
georgian The marker is traditional Georgian numbering
hebrew The marker is traditional Hebrew numbering
hiragana The marker is traditional Hiragana numbering
hiragana-iroha The marker is traditional Hiragana iroha numbering
katakana The marker is traditional Katakana numbering
katakana-iroha The marker is traditional Katakana iroha numbering
lower-alpha The marker is lower-alpha (a, b, c, etc.)
lower-greek The marker is lower-greek
lower-latin The marker is lower-latin (a, b, c, etc.)
lower-roman The marker is lower-roman (i, ii, iii, etc.)
none No marker is shown
square The marker is a square
upper-alpha The marker is upper-alpha (A, B, C, etc.) 
upper-greek The marker is upper-greek
upper-latin The marker is upper-latin (A, B, C, etc.)
upper-roman The marker is upper-roman (I, II, III, etc.)
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