You are on page 1of 2

<!

DOCTYPE html>
<html>
<head>
<title> Síntesis Curricular</title>
</head>
<body>
<font align="center">
<h3>Currículum</h3>
</font>
<table align="center" border="1">
<tr>
<th colspan="6">Datos Personales</th>
</tr>
<tr>
<td>Nombre</td>
<td colspan="5"> </td>
</tr>
<tr>
<td>Apellido</td>
<td colspan="5"> </td>
</tr>
<tr>
<td>Cédula de Identidad</td>
<td colspan="5"> </td>
</tr>
<tr>
<td>Nacionalidad</td>
<td colspan="5"> Venezolano</td>
</tr>
<tr>
<td>Estado Civil</td>
<td colspan="5"> Soltero</td>
</tr>
<tr>
<th colspan="6">Estudios Realizados</th>
</tr>
<tr>
<td colspan="6"> Educación Secundaria: </td>
</tr>
<tr>
<td colspan="6"> Diversificado: </td>
</tr>
<tr>
<th colspan="6">Cursos Realizados</th>
</tr>
<tr>
<td colspan="6"> . </td>
</tr>
<tr>
<th colspan="6">Experiencia Laboral</th>
</tr>
<tr>
<td colspan="6"> . </td>
</tr>
<tr>
<th colspan="6">Referencias Personales</th>
</tr>
<tr>
<td colspan="6"> CI:
Tlf:</td>
</tr>
</table>
</body>
</html>

You might also like