Horje
How to hide HTML li element with css

Here allows following css hidding HTML list symbol.


How to hide HTML List icon

See our example.
index.html
Example: HTML
<style>
li {
    overflow: hidden;
}
</style>

Output should be:

How to hide HTML List icon




css hide

Type:
Develop
Category:
Web Tutorial
Sub Category:
CSS List
Uploaded by:
Admin