Answers for "how to list disc hide in css"

1

how to hide the bullet list css

/* do this in CSS  to hide the bullets from ul list*/

ul {
    list-style: none;
}
Posted by: Guest on February-28-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language