<ul>
<li>Item One</li>
<li>Item Two</li>
<li>Item Three</li>
<li>Item Four</li>
<li>Item Five</li>
</ul>
<!-- Ordered List -->
<ol>
<li>List here</li>
<li>List here</li>
<li>List here</li>
<li>List here</li>
</ol>
<!-- Unordered List -->
<ul>
<li>List here</li>
<li>List here</li>
<li>List here</li>
<li>List here</li>
</ul>
<!-- EXAMPLE -->
<ul>
<a href="https://www.paypal.com/donate/?hosted_button_id=SKZP4W4B9C5W8" target="_blank">
<li>Donate to Mark Senpai's Code</li>
</a>
</ul>
<ul>
<lh>ul Header</lh>
<li>Item One</li>
<li>Item Two</li>
<li>Item Thre</li>
</ul>
<ul>
<li>Your item/tag goes here</li>
<li>Your second item/tag goes here</li>
<li>Your third item/tag goes here</li>
</ul>
<ul>
<li>First</li>
<li>Second</li>
<li>Third</li>
</ul>