CSS Ordered & Unordered Lists

Estimated reading: 1 minute 34 views

List Style*

You can control the appearance of ordered and unordered lists in one
declaration with the list-style property

 list-style: value value;

Values:

  • position
  • type

List Style Position

Values

  • inside
  • outside

List Style Type

You can control the type of bullet ordered and unordered lists use with
the list-style-type property

 list-style-type: value;

Values

  • disc
  • circle
  • square
  • decimal
  • lower-roman
  • upper-roman
  • lower-alpha
  • upper-alpha
  • none
Share this Doc

CSS Ordered & Unordered Lists

Or copy link