Centro De Bachillerato Tecnologico # 168 "Francisco I.Madero" Soporte Y Mantenimiento A Equipo De Computo Hoy Es 7 De Junio Del 2013
EQUIPO 7

Frames ( Columnas Y Filas)

Filas
<!-- Uso de frames -->
<html>
<head>
<title> ejemplos con frames</title>
</head>
<frameset rows="30%,20%,30%,20%" >
<frame src="frame de portada.html">
<frame src="frame de fecha.html">
<frame src="frame de anuncios.html">
<frame src="pagina principal.html">
</frameset>
</html>


Columnas
<!-- uso de frames -->
<html>
<head>
<title>Ejemplos con frames</title>
</head>
<frameset cols="100%,100%,100%" >
<frame src="Frames 2.html">
<frame src="Frames.html">
<frame src="Frames 3.html">
</frameset>
</html>
Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
Registrarse gratis