Files
edicion-en-html/html2005/5validacion.htm
2023-02-12 18:29:35 +01:00

17 lines
645 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Edici&oacute;n en HTML</title>
</head>
<frameset rows="80,*" cols="*" border=0 frameborder="no">
<frame src="cabecera.html" border=0 frameborder="no" scrolling="no" noresize>
<frameset cols="159,*">
<frame src="barracapitulos.html" border=0 frameborder="no" hscroll="no" noresize>
<frame src="validacion/validacion.html" name="contenido" border=0 frameborder="no" id="contenido">
</frameset>
</frameset>
<noframes></noframes>
</html>