Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how can you make a bulleted list with numbers in html

 <ol type = "1">
	<li>This will be Item 1</li>
	<li>This will be Item 2</li>
	<li>This will be Item 3</li>
    	...
	<li>This will be Item n-1</li>
	<li>This will be Item n</li>
</ol>
 
PREVIOUS NEXT
Tagged: #bulleted #list #numbers #html
ADD COMMENT
Topic
Name
9+1 =