List Style Type - HTML Help
Có thể bạn quan tâm
| Syntax: | list-style-type: <value> |
|---|---|
| Possible Values: | disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none |
| Initial Value: | disc |
| Applies to: | Elements with display value list-item |
| Inherited: | Yes |
The list-style-type property specifies the type of list-item marker, and is used if list-style-image is none or if image loading is turned off.
Examples:
LI.square { list-style-type: square } UL.plain { list-style-type: none } OL { list-style-type: upper-alpha } /* A B C D E etc. */ OL OL { list-style-type: decimal } /* 1 2 3 4 5 etc. */ OL OL OL { list-style-type: lower-roman } /* i ii iii iv v etc. */Home, Forums, Reference, Tools, FAQs, Articles, Design, Links
Copyright © 1996 - 2006.
All rights reserved.
Từ khóa » Html List Style Disc
-
List-style-type - CSS: Cascading Style Sheets - MDN Web Docs
-
List-style - CSS: Cascading Style Sheets - MDN Web Docs
-
CSS List-style-type Property - W3Schools
-
List-style - CSS-Tricks
-
CSS: List-style-type Property - TechOnTheNet
-
CSS | List-style-type Property - GeeksforGeeks
-
List-style
-
How To Customize CSS List Style Type Of Each Item
-
List-style-type · WebPlatform Docs
-
List Style Type - Tailwind CSS
-
What Is The Difference In Using
- With List-style-type: Disc; And
-
Where Does The List-style-type : Disc Reflects When Margin Is Set To ...
-
Remove List Disc Code Example - Code Grepper
-
Set List Style To Disc Inside In HTML And CSS