Usage of CSS list-style-type property

The list-style-type allows you to control the shape or appearance of the marker. You can try to run the following code to implement list-style-type property

Example

<html>
   <head>
   </head>
   <body>
      <ul style = "list-style-type:circle;">
         <li>India</li>
         <li>Australia</li>
      </ul>
   </body>
</html>
Updated on: 2020-02-03T07:02:38+05:30

66 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements