list-style-type
list-style-type Property के द्वारा List के Bullets और Numbers की Style को Define किया जाता हैं। इसको List Style Marker भी कहते हैं। Marker की Style List Type के प्रकार पर निर्भर करता हैं।
Unordered List की चार Values होती हैं
Unordered List |
|
Value |
Description |
None |
इस value से कोई भी marker show नहीं होता है |
Disc |
यह Value Unordered List की Default Value होती हैं इस value से marker के रूप में एक भरा हुआ dark circle show होता है |
Circle |
इस value से एक empty circle show होता है। |
Square |
इस value से एक भरा हुआ dark square show होता है। |
Ordered List |
||
Value |
Description |
Example |
None |
इस value से किसी भी प्रकार की numbering show नहीं होती है |
|
Decimal |
Number |
1, 2, 3, 4, 5, 6, |
Decimal-leading-zero |
इस Marker Style में Number से पहले 0 Show होती हैं। |
01, 02, 03, |
Lower-alpha |
इस value से alphabets lower case में show होते है। |
a, b, c, d, |
Upper-alpha |
इस value से alphabets upper case में show होते है। |
A, B, C, D, |
Lower-roman |
इस value से roman numbers lower case में show होते है। |
i, ii, iii, iv, |
Upper-roman |
इस value से roman numbers upper case में show होते है |
I, II, III, IV |
list-style-type
The style of the bullets and numbers of the list is defined by the list-style-type property. It is also called List Style Marker. The style list of the marker depends on the type.
Unordered List has four values
Unordered List |
|
Value |
Description |
None |
No marker is shown with this value |
Disc |
This value is the default value of the Unordered List. A filled dark circle is shown as a marker with this value. |
Circle |
An empty circle shows with this value. |
Square |
A filled dark square shows with this value. |
Ordered List |
|
||
Value |
Description |
Example |
|
None |
This value does not show any type of numbering. |
|
|
Decimal |
Show the Number |
1, 2, 3, 4, 5, 6, |
|
Decimal-leading-zero |
In this marker style, 0 is shown before the number. |
01, 02, 03, |
|
Lower-alpha |
With this value alphabets are shown in lower case. |
a, b, c, d, |
|
Upper-alpha |
With this value alphabets are shown in upper case. |
A, B, C, D, |
|
Lower-roman |
With this value, roman numbers are shown in lower case. |
i, ii, iii, iv, |
|
Upper-roman |
With this value, roman numbers are shown in upper case. |
I, II, III, IV |