Unordered list is an entry which in each point will be displayed not in sequential number, but rather a bullet icon or strip icon. Such an example of unordered list:
- Kodekativ Indonesia
- Kodekativ Worldwide
- Devs-x.co
- Typical.fyi
- Relisting.xyz
Code snippet:
<!DOCTYPE HTML>
<html>
<ol>
<li>Kodekativ Indonesia</li>
<li>Kodekativ Worldwide</li>
<li>Devs-x.co</li>
<li>Typical.fyi</li>
<li>Relisting.xyz</li>
</ol>
<html>
The opposite of unordered list is ordered list in HTML.