&nb"/> &nb">

Home  >  Article  >  Web Front-end  >  Usage of CSS list-style property

Usage of CSS list-style property

PHPz
PHPzforward
2023-08-29 10:49:021058browse

CSS list-style 属性的用法

list-style is used as a shorthand for the above properties. list-style Allows you to specify all list properties into a single expression.

Example

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

The above is the detailed content of Usage of CSS list-style property. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:tutorialspoint.com. If there is any infringement, please contact admin@php.cn delete