HTML code |
Result |
Text before the list.
<ol type="A">
<li>Item one in the list.
<li>Item two in the list.
<li>Item three in the list.
<li>Item four in the list.
</ol>
Text after the list.
|
Text before the list.
- Item one in the list.
- Item two in the list.
- Item three in the list.
- Item four in the list.
Text after the list. |
Text before the list.
<ol type="a">
<li>Item one in the list.
<li>Item two in the list.
<li>Item three in the list.
<li>Item four in the list.
</ol>
Text after the list.
|
Text before the list.
- Item one in the list.
- Item two in the list.
- Item three in the list.
- Item four in the list.
Text after the list. |
Text before the list.
<ol type="I">
<li>Item one in the list.
<li>Item two in the list.
<li>Item three in the list.
<li>Item four in the list.
</ol>
Text after the list.
|
Text before the list.
- Item one in the list.
- Item two in the list.
- Item three in the list.
- Item four in the list.
Text after the list. |
Text before the list.
<ol type="i">
<li>Item one in the list.
<li>Item two in the list.
<li>Item three in the list.
<li>Item four in the list.
</ol>
Text after the list.
|
Text before the list.
- Item one in the list.
- Item two in the list.
- Item three in the list.
- Item four in the list.
Text after the list. |
Text before the list.
<ol type="1">
<li>Item one in the list.
<li>Item two in the list.
<li>Item three in the list.
<li>Item four in the list.
</ol>
Text after the list.
|
Text before the list.
- Item one in the list.
- Item two in the list.
- Item three in the list.
- Item four in the list.
Text after the list. |