<!-- 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>