Horje
HTML Bullet Points / Lists Code Example
HTML Bullet Points / Lists
<ol type="1">
	<li>Item 1</li>
	<li>Item 2</li>
	<li>Item 3</li>
</ol>

<ol type="A">
	<li>Item 1</li>
	<li>Item 2</li>
	<li>Item 3</li>
</ol>

<ol type="a">
	<li>Item 1</li>
	<li>Item 2</li>
	<li>Item 3</li>
</ol>

<ol type="I">
	<li>Item 1</li>
	<li>Item 2</li>
	<li>Item 3</li>
</ol>

<ol type="i">
	<li>Item 1</li>
	<li>Item 2</li>
	<li>Item 3</li>
</ol>




Html

Related
htaccess redirect to html page Code Example htaccess redirect to html page Code Example
html auto start video Code Example html auto start video Code Example
router link @click Code Example router link @click Code Example
html head logo Code Example html head logo Code Example
html span title tooltip Code Example html span title tooltip Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8