Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html ul types

#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>
 
PREVIOUS NEXT
Tagged: #html #ul #types
ADD COMMENT
Topic
Name
9+9 =