Sunday, 8 February 2015

TABLE 4.2 CSS PROPERTIES FROM LESSON 4:

Property
Use/values
List –style - type
Used to specify the bullet style or numbering style for the list. Valid values are disc, circle, square, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha, and none.
White-space
Specifies how white space is handled for list items. Valid values are pre, no wrap and normal.
List-style-image.
The image to use in place of the bullets for a list. The value should be the URL of the image.
List-style-position
Defines the alignment of lines of text in list items after the first. Values are inside and outside.

List-style
enables you to set multiple list properties at once: list style type, list style position, and the URL of the bullet style.e


No comments:

Post a Comment