Extensible HyperText Markup Language

XHTML.com recommends: PSD to HTML Slicing Service and PSD to HTML by W3 Markup. see your link here

list-style

Definition

The list-style property is a shorthand method of setting list-style-type, list-style-position and/or list-style-image. The screen shot below shows a few styles that can be applied to lists.

Screen shot of a Web browser showing a list with numbers as list markers, a list with lowercase letters as list markers and a list with an image as list markers.

Example

  1. ul {list-style: url('/images/ball.gif') disc}
  2. ol {list-style: lower-alpha inside}

Characteristics

Possible values

Default value

See individual properties

Applies to

Inherited

Yes

See also