Bootstrap Question:

Download Job Interview Questions and Answers PDF

Explain me what is bootstrap breadcrumb?

Bootstrap Interview Question
Bootstrap Interview Question

Answer:

Breadcrumbs are a great way to show hierarchy-based information for a site. In the case of blogs, breadcrumbs can show the dates of publishing, categories, or tags. They indicate the current page's location within a navigational hierarchy.

A breadcrumb in Bootstrap is simply an unordered list with a class of .breadcrumb. The separator is automatically added by CSS (bootstrap.min.css).

Download Bootstrap Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what is Bootstrap page header?Explain me what is bootstrap navbar?