nKandel
4
Q:

html ul types


<ul>
	<li>Coffee</li>
 	<li>Tea</li>
	<li>Milk</li>
</ul>
 
11
#Type 1
<ul style="list-style-type:disk">
	<li>Disk</li>
</ul>
#Type 2
<ul style="list-style-type:circle">
	<li>Circle</li>
</ul>
#Type 3
<ul style="list-style-type:square">
	<li>Square</li>
</ul>
3

New to Communities?

Join the community