list-style-type屬性是用來定義li列表的專案符號的,即列表前面的修飾。list-style-type屬性是一個可繼承的屬性。其語法結構如下:(列舉一些常用的屬性值)
list-style-type:none/disc/circle/square/demical/lower-alpha/upper-alpha/lower-roman/upper-roman
list-style-type屬性的屬性值有很多,在這裡我們只是列舉了比較常用的幾個。
none:不使用專案符號。
disc:實心圓。
circle:空心圓。
square:實心方塊。
demical:阿拉伯數字。
lower-alpha:小寫英文字母。
upper-alpha:大寫英文字母。
lower-roman:小寫羅馬數字。
upper-roman:大寫羅馬數字。
................
使用list-style-type屬性的示例程式碼如下:
li{
list-style-type:square;}
這裡是列表內容
list-style-type屬性是用來定義li列表的專案符號的,即列表前面的修飾。list-style-type屬性是一個可繼承的屬性。其語法結構如下:(列舉一些常用的屬性值)
list-style-type:none/disc/circle/square/demical/lower-alpha/upper-alpha/lower-roman/upper-roman
list-style-type屬性的屬性值有很多,在這裡我們只是列舉了比較常用的幾個。
none:不使用專案符號。
disc:實心圓。
circle:空心圓。
square:實心方塊。
demical:阿拉伯數字。
lower-alpha:小寫英文字母。
upper-alpha:大寫英文字母。
lower-roman:小寫羅馬數字。
upper-roman:大寫羅馬數字。
................
使用list-style-type屬性的示例程式碼如下:
li{
list-style-type:square;}
這裡是列表內容
這裡是列表內容
這裡是列表內容