Está en la página 1de 4

<!

DOCTYPE html>

<html lang="es">
<head>
<title>Currículo con Frames</title>
</head>

<frameset noresize="noresize" cols="50%,50%,50%">

<frame src="Datospersonales.html"/>

<frame src="EstudiosyCursos.html"/>

<frame src="ExperienciayReferencias.html"/>

<noframes>¡Los marcos no son soportados!</noframes>

</frameset>

</html>
<!DOCTYPE html>
<html lang="es">
<head>
<title>DatosPersonales</title>
</head>
<body>

<p align="center"><font color="steelred" size="5">Datos Personales</font></p>


<hr align="center" color="cyan" width="60%"/>

<p align="center"><b> Nombres: </b>


Johann Josué </p>

<p align="center"><b> Apellidos:</b>


Pirona Rodriguez </p>

<p align="center"><b> Cédula: </b>


28.066.752 </p>

<p align="center"><b>Estado civil: </b> Soltero </p>

<p align="center"><b>Nacionalidad: </b> Venezolano </p>

</body>
</html>

…………………………………………….
<html>
<head>
<title>EstudiosyCursos</title>
</head>
<body>

<p align="center"><font color="steelred" size="5">Estudios Realizados</font></p>


<hr align="center" color="cyan" width="60%"/>

<p><b>Educación Secundaria:</b> C.U. Anzoátegui (2012-2016) </p>

<p align="center"><font color="steelred" size="5">Cursos Realizados</font></p>


<hr align="center" color="cyan" width="60%"/>

<p><b>Cursos Realizados:</b> <br>


<em><ins>Curso de Recreación :</ins></em>
AUDESCO, Tinaquillo Edo. Cojedes, 1 año </p>

</body>
</html>

…………………………………………….
<!DOCTYPE html>
<html lang="es">
<head>
<title>ExpyRef</title>
</head>
<body>

<p align="center"><font color="steelred" size="5"> Experience laboral</font>


</p>
<hr align="center" color="cyan" width="60%"/>

<p align="center"> Comerciante Informal </p>


<br/>
<p align="center"><font color="steelred" size="5"> Referencias Personales </font></p>
<hr align="center" color="cyan" width="60%"/>

<p align="center">Enrique Cisneros <br/> CI:28.066.752 <br/>


N°Tlf:04263325530</p>

</body>
</html>

También podría gustarte