
- Forum
- Programming Talk
- Html
- List style Type color
List style Type color
This is a discussion on List style Type color within the Html forums, part of the Programming Talk category; Hi all, how to change only bullet color in html list. i want to change color of the bullet in ...
-
List style Type color
Hi all,
how to change only bullet color in html list. i want to change color of the bullet in list.is there any chance?
thanks,
Surya
-
Hi surya,
It's Very Simple.Use span Attribute For Change color.Like this
Code:CSS Style : ul { list-style-type:square; } ul li { list-style-type:square; color:#1970d1; } li span { color: #000000; }
-
Thanks for the Quick Reply
-
Sponsored Ads

Reply With Quote





