Brad
6
Q:

list html without bullets

ul{
	list-style: none;
}
5
list-style-type: none;
2
list-style: none
4
<ul style="list-style-type:none">
	<li></li>
    <li></li>
</ul>
0
style="list-style-type:none;"
2
 <ul>
	<li>1</li> 
	<li>2</li> 
 </ul>
2

New to Communities?

Join the community