HTML code |
Result |
Text before the list.
<ul type="disc">
<li>Item one in the list.
<li>Item two in the list.
<li>Item three in the list.
<li>Item four in the list.
</ul>
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.
<ul type="square">
<li>Item one in the list.
<li>Item two in the list.
<li>Item three in the list.
<li>Item four in the list.
</ul>
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.
<ul type="circle">
<li>Item one in the list.
<li>Item two in the list.
<li>Item three in the list.
<li>Item four in the list.
</ul>
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.
<ul type="round">
<li>Item one in the list.
<li>Item two in the list.
<li>Item three in the list.
<li>Item four in the list.
</ul>
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. |