Disable Li Decoration

[Solved] Disable Li Decoration | Typescript - Code Explorer | yomemimo.com
Question : disable li decoration

Answered by : grieving-gharial-54afdxs4rdwl

ul { list-style-type: none;
}

Source : https://stackoverflow.com/questions/36350948/removing-black-dots-from-li-and-ul | Last Update : Wed, 22 Jul 20

Question : disable bullets in ul

Answered by : murali-s

ul{	list-style: none;
}

Source : | Last Update : Thu, 14 May 20

Answers related to disable li decoration

Code Explorer Popular Question For Typescript