How To Remove List Dots In Li Bootstrap

[Solved] How To Remove List Dots In Li Bootstrap | Typescript - Code Explorer | yomemimo.com
Question : how to remove list dots in li bootstrap

Answered by : kami

<ul class="list-unstyled"> <li>...</li>
</ul>

Source : https://stackoverflow.com/questions/1027354/i-need-an-unordered-list-without-any-bullets | Last Update : Wed, 15 Sep 21

Question : remove dot from li bootstrap

Answered by : clever-copperhead-704xpnnr3b2o

<ul style="list-style: none;"> <li>List item with no bullet</li> <li>Second item</li>
</ul>

Source : https://www.computerhope.com/issues/ch001704.htm | Last Update : Fri, 22 May 20

Answers related to how to remove list dots in li bootstrap

Code Explorer Popular Question For Typescript