List Style Type

The CSS list-style-type property it is used to set the shape or appearance of the marker in a html page.

Text Transform properties are:

decimal
decimal-leading-zero
lower-alpha
upper-alpha
lower-roman
upper-roman
lower-greek
lower-latin
upper-latin

List Style Type example:

<html>
<head>

</head>
<body>
  • Test 1
  • Test 2
  • Test 3
  • Line 1
  • Line 2
  • Line 3
  1. Style A
  2. Style B
  3. Style C
  1. CSS 1
  2. CSS 2
  3. CSS 3
  1. Maths
  2. Computer Science
  3. Physics
  1. Business
  2. Computer Science
  3. Chemistry
  1. Literature
  2. Engineering
  3. Economics
</body> </html>

List Style Type result:



  • Test 1
  • Test 2
  • Test 3
  • Line 1
  • Line 2
  • Line 3
  1. Style A
  2. Style B
  3. Style C
  1. CSS 1
  2. CSS 2
  3. CSS 3
  1. Maths
  2. Computer Science
  3. Physics
  1. Business
  2. Computer Science
  3. Chemistry
  1. Literature
  2. Engineering
  3. Economics