Reputation: 3
Basically it shows the pages that are linked to each other? Does anybody know this/what is this called, as I want to implement this on my site. Would be great if you could tell me how to do so as well, I'd appreciate it.
Upvotes: 0
Views: 25
Reputation: 26
These are called breadcrumbs
. You can google around, You can read more on MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/Layout_cookbook/Breadcrumb_Navigation
Upvotes: 1