Bien, dicho esto, pongo ahora el código HTML que he hecho a ver si alguien podría decirme si ve fallos y como solventarlos o guiarme.
NO ESTOY PIDIENDO QUE SE ME REALICE EL TRABAJO SINO QUE SE ME GUIE ![de acuerdo](http://static.forosdelweb.com/fdwtheme/images/smilies/dedosarriba.png)
HE AQUI LOS FRAGMENTOS DE CODIGO:
INDEX.HTML
Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML4.0 Frameset//EN"
"http://www.w3.org/TR/REC-html40/framset.dtd">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>Programacion en Internet</TITLE>
</HEAD>
<FRAMESET ROWS = "141,60,*" BORDER = "0" NORESIZE>
<FRAME name "titulo" SRC = "./html/titulo.html" SCROLLING = "no">
<FRAME name "menu" SRC = "./html/menu.html" SCROLLING = "no">
<FRAME name "principal" SRC = "./html/principal.html" SCROLLING = "auto">
</FRAMESET>
<NOFRAMES>
<DIV>Su navegador no dispone de marcos.</DIV>
</NOFRAMES>
</HTML>
TITULO.HTML
Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!--<link rel="stylesheet" href="../estilos/titulo.css" >-->
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>TITULO</TITLE>
<link rel="stylesheet" type="text/css" href="../estilos/titulo.css" media="screen" />
</HEAD>
<BODY>
<DIV><IMG CLASS=BloqueTitulo SRC ="../imagenes/titulo.png"></DIV><A HREF="http://www.forosdelweb.com/f4/html/acceso.html">Entrar al sistema <br></A>
<A HREF="http://www.uca.es/" TARGET= "_blank"><IMG CLASS=LogoUca SRC="http://www.forosdelweb.com/f4/imagenes/logoUCA.png"></A>
</BODY>
</HTML>
PRINCIPAL.HTML
Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>PRINCIPAL</TITLE>
<link href="../estilos/principal.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY>
<DIV>ATENCION!<br> Este es un sitio exclusivo para alumnos inscritos en el curso actual de Programacion
en Internet. Para poder acceder a los contenidos de la asignatura se debe acceder mediante un usuario y
contrasena a traves del enlace de la parte superior de la pantalla.</DIV>
</BODY>
</HTML>
MENU.HTML
Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>MENU</TITLE>
<link href="../estilos/menu.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY><DIV class = "BloqueMenu">
<A href="http://www.forosdelweb.com/f4/html/tecnHTML.html" >HTML</A>
<A href="http://www.forosdelweb.com/f4/html/EnConstruccion.html" >CSS</A>
<A href="http://www.forosdelweb.com/f4/html/EnConstruccion.html" >T.Cliente</A>
<A href="http://www.forosdelweb.com/f4/html/EnConstruccion.html" >T.Servidor</A>
<A href="http://www.forosdelweb.com/f4/html/EnConstruccion.html" >XML</A>
<A href="http://www.forosdelweb.com/f4/html/recursos.html" >Recursos</A></DIV>
</BODY>
</HTML>
ENCONSTRUCCION.HTML
Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE></TITLE>
</HEAD>
<BODY><DIV>
<CENTER><IMG SRC="http://www.forosdelweb.com/f4/imagenes/en_construccion.png" ALT="Construccion"></CENTER></DIV>
</BODY>
</HTML>
Estos ultimos aun en blanco
ACCESO.HTML TECNHTML.HTML