Syntax error Style unordered lists markers with CSS

Style unordered lists markers with CSS



The list-style-type property allows you to control the shape or style the unordered lists markers.

Example

<html>
   <head>
   </head>
   <body>
      <ul style = "list-style-type:square;">
         <li>India</li>
         <li>UK</li>
         <li>US</li>
      </ul>
   </body>
</html>
Updated on: 2020-02-03T07:07:41+05:30

166 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements