新!我的 44 頁電子書「44 分鐘搞懂 CSS」出爐囉! 😃
#list-style-type
定義清單項目項目符號的類型。
預設值
list-style-type: disc;
清單項目會使用圓點作為項目符號。
list-style-type: circle;
清單項目會使用圓圈作為項目符號。
list-style-type: square;
清單項目會使用方塊作為項目符號。
list-style-type: decimal;
清單項目會使用數字作為項目符號。
list-style-type: none;
清單項目沒有項目符號。