You are on page 1of 2

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.

or
g/TR/html4/loose.dtd">
<html>
<head>
<title>Gears</title>
<style type="text/css">
li { list-style: none; margin: 0; }
p { margin: 0; }
span.l { color: red; font-weight: bold; }
a.mapnode:link {text-decoration: none; color: black; }
a.mapnode:visited {text-decoration: none; color: black; }
a.mapnode:active {text-decoration: none; color: black; }
a.mapnode:hover {text-decoration: none; color: black; background: #eeeee0; }
</style>
<!-- ^ Position is not set to relative / absolute here because of Mozilla -->
</head>
<body>
<p>Gears
<ul><li>Classification
<ul><li>axis position
<ul><li>Parallel
</li>
<li>Intersecting
</li>
<li>Non-Intersecting
</li>
<li>Non-Parallel
</li>
</ul>
</li>
<li>peripheral vel
<ul><li>low( 3m/s)
</li>
<li>Medium (3-15m/s)
</li>
<li>high( 15 m/s)
</li>
</ul>
</li>
<li>Type of gearing
<ul><li>Internal
</li>
<li>External
</li>
</ul>
</li>
<li>Type of teeth
<ul><li>Spur
</li>
<li>Inclined
</li>
<li>Helical
</li>
</ul>
</li>
</ul>
</li>
</ul></body>
</html>

You might also like