Check out example codes for "html hide list bullet". It will help you in understanding the concepts better.
Code Example 1
ul
{
list-style-type: none;
margin: 0;
padding: 0;
}
Code Example 2
(css)
ul
{
list-style-type: none;
}
Learn ReactJs, React Native from akashmittal.com