HTML - Problemas con un código

 
Vista:

Problemas con un código

Publicado por Juan Manuel Castañeda (3 intervenciones) el 12/08/2007 02:25:15
En el sig código no funcionan los hipervínculos,como si no creara las secciones en el documento actual, y www.validator.w3c.org devuelve errores con el centrado de encabezados:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CURRICULUM VITAE</title>
</head>
<body>
<h1 align="center"><font size="4"> <u>CURICULUM</u> <u>VITAE</u> </font></h1></tr>


<br/>
<a href="#Datos Filiatorios">Datos Filiatorios</a>
<a href="#fomacoion">Fomacion</a>
<a href="#Experiencia Laboral">Experiencia Laboral</a>
<ul>
<li>
<a name="Datos Filiatorios">
<h2><em><u>Datos</u> <u>Filitorios</u></em>:</h2>
<ul>
<li> <h2><em><font size="3"><em><u>NOMBRE</u></em>:Juan Manuel</font><br/></h2></li>
<li><h2><font size="3"> <em><u>APELLIDO</u><em>: Castañeda</font><br/></h2></li>
<li>
</li>
<h2><font size="3"><em><u>DOMICILIO</u></em>:</font><br/></h2>
<ul>
<li><h3><font size="3"><em><u>CALLE</U></em>:Tronador</font><br/></h3> </li>
<li><h3><u>LOCALAID</u>:Ciudad de Buenos Aires</h3></li>
</ul>
</ul>
</li>
</ul>
</body<
</html>
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder
Imágen de perfil de ScriptShow
Val: 359
Bronce
Ha mantenido su posición en HTML (en relación al último mes)
Gráfica de HTML

RE:Problemas con un código

Publicado por ScriptShow (409 intervenciones) el 13/08/2007 12:11:31
Saludos, Juan M.

Un ejemplo en 800x600 res. pantalla.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CURRICULUM VITAE</title>
</head>
<body>
<h1 align="center"><font size="4"> <u>CURICULUM</u> <u>VITAE</u> </font></h1></tr>

<br/>
<a href="#Datos Filiatorios">Datos Filiatorios</a>
<a href="#fomacoion">Fomacion</a>
<a href="#Experiencia Laboral">Experiencia Laboral</a>
<br>
<br>
<br>
<br>
<br>
<br>
Contenido . . .
<br>
<br>
<br>
<br>
<br>
<a name="fomacoion">
<h2><em>Formación</em>:</h2>
<br>
<br>
<br>
<br>
<br>
Contenido . . .
<br>
<br>
<br>
<br>
<br>
<a name="Experiencia Laboral">
<h2><em>Experiencia Laboral</em>:</h2>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
Contenido . . .
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<ul>
<li>
<a name="Datos Filiatorios">
<h2><em><u>Datos</u> <u>Filitorios</u></em>:</h2>
<ul>
<li> <h2><em><font size="3"><em><u>NOMBRE</u></em>:Juan Manuel</font><br/></h2></li>
<li><h2><font size="3"> <em><u>APELLIDO</u><em>: Castañeda</font><br/></h2></li>
<li>
</li>
<h2><font size="3"><em><u>DOMICILIO</u></em>:</font><br/></h2>
<ul>
<li><h3><font size="3"><em><u>CALLE</U></em>:Tronador</font><br/></h3> </li>
<li><h3><u>LOCALAID</u>:Ciudad de Buenos Aires</h3></li>
</ul>
</ul>
</li>
</ul>
<br>
<br>
<br>
<br>
Contenido . . .
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<a href="#">Subir</a>
</body>
</html>

Adáptalo a tus necesidades. Dependerá del contenido y ubicación.
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar