<html>
<head>
<title>Definición de los marcos</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<frameset cols=15%,*>
<frame name=izquierda src="indice.html" target="derecha">
<frame name=derecha src="principal.html" autoscrolling="yes">
<noframes>
<body>
Esta página usa marcos, pero su explorador no los admite.
</body>
</noframes>
</frameset>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>indice</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<base target="derecha">
</head>
<body>
<h2>Índice</h2>
<br>
<a href="principal.html#exc" target="derecha"> Excavadora </a><br>
<a href="principal.html#bic" target="derecha"> Bicicleta </a><br>
<a href="principal.html#coh" target="derecha"> Cohete</a>
</body></html>