You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
583 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>breadcrumbs</title>
<style type="text/css">
ul.bcrumbs li { display: inline; font: large arial,sans-serif; }
ul.bcrumbs li a { text-decoration: none; }
</style>
</head>
<body>
<ul class="bcrumbs">
<li><a href="http://www.happycodings.com">Home</a> ></li>
<li><a href="http://java.happycodings.com">java</a> ></li>
<li><a href="http://visualbasic.happycodings.com">visual basic</a> ></li>
<li><a href="http://csharp.happycodings.com">csharp</a> ></li>
<li><b>code examples</b></li>
</ul>
<hr/>
</body>
</html>