I'm a beginner. Trying to style the list so no dot/dash shows in front of the list item but it is still showing the dot. How do you remove the dot/dash from the list items?
<ul>
   <li>
     <p> Item One </p>
   </li>
   <li>
     <p> Item Two </p>
   </li>
</ul>
Is there a css style option to remove the dot? my list shows like this:
 - Item One
 - Item Two
How to remove the dash? or dot or square ?
 
     
     
     
    