Answers for "list item style none"

CSS
6

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
0

list decoration none

list-style-type: circle;
Posted by: Guest on September-13-2021

Browse Popular Code Answers by Language