2024-06-14 CSS UL Li 是block or inline? em 是什麼?

2024-06-14 CSS UL Li 是block or inline? em 是什麼?

UL li : 基本上是block ,下列截取自https://www.w3schools.com/css/css_list.asp:

HTML Lists and CSS List Properties
In HTML, there are two main types of lists:

unordered lists (<ul>) - the list items are marked with bullets
ordered lists(<ol>)- the list items are marked with numbers or letters
The CSS list properties allow you to:

Set different list item markers for ordered lists
Set different list item markers for unordered lists
Set an image as the list item marker
Add background colors to lists and list items