A structured collection of related items, presented in a sequence with or without specific ordering, to organize content for easy readability.
A collection of items presented with bullet points, used to display content where order isn’t important.
<ul>
.bt1d-list
<ul class="bt1d-list"/>
<li> List Item </li>
<li> List Item </li>
<li> List Item </li>
</ul>
A sequential collection of items presented with numbers, used to display content where the order or ranking of items matters.
<ol>
.bt1d-list
<ol class="bt1d-list"/>
<li> List Item #1 </li>
<li> List Item #2 </li>
<li> List Item #3 </li>
</ol>
If you’re stuck or need assistance, don’t hesitate to reach out to our support team for guidance.