Lists and Inline Text Elements
Bootstrap supports styled lists and inline text helpers.
Unstyled and Inline Lists
<ul class="list-unstyled">
<li>Item 1</li>
<li>Item 2</li>
</ul>
<ul class="list-inline">
<li class="list-inline-item">One</li>
<li class="list-inline-item">Two</li>
</ul>
Inline Elements
Use tags like <small>
, <mark>
, and <abbr>
for inline text formatting.