I want to create list of things in my page one after another. But I don't want bullet point to appear in the brower. I have the following:
This is what I get.PHP Code:<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
But I don't want the bullet. How can I do this?* Coffee
* Tea
* Milk









Bookmarks