Guías a distancia

Estructura de página en HTML
______________________________________________________________________

<html>
<head>
<meta charset="utf-8">
<style type="text/CSS">
<title>página</title>
</style>
</head>
<body background="imagenes/fondo.jpg">
<table width="1000" border="1" align="center">
<tr>
<td colspan="3"><img src="encabezado/imagenes.jpg" width="1000" height="250"></img></td>
</tr>
<tr>
<tr>
<td align="center"><a href="inicio.html" target="marco">INICIO</a></td>
<td align="center"><a href="mision.html" target="marco">MISIÓN</a></td>
<td align="center"><a href="vision.html" target="marco">VISIÓN</a></td>
</tr>
<tr>
<td colspan="3">
<iframe name="marco" width="1000" height="500" frameborder="0" src="inicio.html">
</iframe>
</td>
</tr>
</table>
</body>
</html>

Comentarios

Entradas populares