Can someone please explain how to remove bullets in a HTML unordered list <ul>?
<ul>
Set the CSS style as follows.
ul { list-style-type: none; }
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Set the CSS style as follows.