Remove Dot From Li Tag Html

[Solved] Remove Dot From Li Tag Html | Typescript - Code Explorer | yomemimo.com
Question : Remove Dot from li tag html

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 : remove dot from ul

Answered by : ben-barkow

ul { list-style-type: none;
}

Source : https://stackoverflow.com/questions/1027354/i-need-an-unordered-list-without-any-bullets | Last Update : Mon, 17 Aug 20

Answers related to Remove Dot from li tag html

Code Explorer Popular Question For Typescript