<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Link Example 3</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
</head>
<body>
<h1 align="center">Green Gadgets</h1>
<hr />
<p>Here you will find information about the mysterious green gadget--the wonder tool of the millennium. </p>
<ul>
<li><a href="#">Specifications</a></li>
<li><a href="#">Accessories</a></li>
<li><a href="#">Distributors</a></li>
<li><a href="#">Download order form</a></li>
</ul>
<hr />
<address>
Questions?
<a href="mailto:info@democompany.com">info@democompany.com</a>
</address>
</body>
</html>