Breadcrumbs
Breadcrumbs indicate either the current page path within navigational hierarchy or the history trail of a journey inside a website. The last list element of the breadcrumbs is simple text because it points at the current page location.
Code output
HTML Markup
Copy<ol class="breadcrumbs">
<li><a href=#>Home</a></li>
<li><a href=#>Item list</a></li>
<li>Item</li>
</ol>