&nb"/> &nb">

首頁  >  文章  >  web前端  >  CSS list-style 屬性的用法

CSS list-style 屬性的用法

PHPz
PHPz轉載
2023-08-29 10:49:021059瀏覽

CSS list-style 属性的用法

list-style 用作上述屬性的簡寫。 list-style 允許您將所有清單屬性指定到單一表達式中。

範例

<html>
   <head>
   </head>
   <body>
      <ul style = "list-style: inside square;">
         <li>Table</li>
         <li>Chair</li>
      </ul>
   </body>
</html>
#

以上是CSS list-style 屬性的用法的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文轉載於:tutorialspoint.com。如有侵權,請聯絡admin@php.cn刪除