CS Electrical And Electronics
@cselectricalandelectronics

What is breadcrumb in html & CSS?

All QuestionsCategory: HTMLWhat is breadcrumb in html & CSS?
Chetan Shidling asked 4 years ago

I need short information.

1 Answers
Chetan Shidling answered 4 years ago

To create effect like this in page,
Home / Beautiful watch
 
The breadcrumb technic is used. 
 
<ol  class=”breadcrumb”>
       <li><a href=”index.php”>Home</a></li>
       <li><a href=”product.php”>Beautiful watch</a></li>
</ol>