Contact us

Breadcrumbs

‘Breadcrumbs’ let the reader know its location in the website's hierarchical structure and browse back to a higher level in the hierarchy.

HTML code snippet

<div class="breadcrumb"><ol><li><a href="#">Level one</a></li><li><a href="#">Level two</a></li><li>Level three (current level)</li></ol></div>