topical media & game development
basic-web-html-10-ch10-eg06.htm / htm
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitionalt//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Navigation with images</title>
<link rel="stylesheet" type="text/css" href="basic-web-html-10-ch10-eg06.css" />
</head>
<body>
<div class="page">
<h1>The Used Equipment Exchange</h1>
<div class="navigation">
<img src="basic-web-html-10-images-navigation-divider.gif" alt="" width="2" height="16" />
<a href="/" title="Home page">
<img src="basic-web-html-10-images-navigation-home.gif" alt="Home"
width="38" height="16" />
</a>
<img src="basic-web-html-10-images-navigation-divider.gif" alt="" width="2" height="16" />
<a href="stocklList.aspx" title="Stock List">
<img src="basic-web-html-10-images-navigation-stock-list.gif" alt="Stock List" width="70" height="16" />
</a>
<img src="basic-web-html-10-images-navigation-divider.gif" alt="" width="2" height="16" />
<a href="equipmentWanted.aspx" title="Equipment Wanted">
<img src="basic-web-html-10-images-navigation-wanted.gif" alt="Wanted" width="54" height="16" />
</a>
<img src="basic-web-html-10-images-navigation-divider.gif" alt="" width="2" height="16" />
<a href="contactUs.aspx" title="Contact Us">
<img src="basic-web-html-10-images-navigation-contact-us.gif" alt="Contact Us" width="75" height="16" />
</a>
<img src="basic-web-html-10-images-navigation-divider.gif" alt="" width="2" height="16" />
</div>
</div>
</body>
</html>
(C) Æliens
20/08/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.