Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
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>
Advertisements
