xxxxxxxxxx
<!--You also need css to change the elemants to make the breadcrumbs-->
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<ul class="breadcrumb">
<li>
<a href="shopping">Shopping</a>
</li>
<li>
<a href="fashion">Fashion</a>
</li>
<li>
<a href="shoes">Shoes</a>
</li>
<li>
<a href="flats">Flats</a>
</li>
<li>
<a href="brown">Brown</a>
</li>
</ul>
</html>