Answers for "different types of list style css"

CSS
8

css list style

ul { list-style: square; } /* solid square bullets */
ul { list-style: disc; }   /* solid circle bullets */
ul { list-style: circle; } /* hollow circle bullets */
ul { list-style: none; }   /* no bullets */
Posted by: Guest on May-28-2021

Code answers related to "different types of list style css"

Browse Popular Code Answers by Language