You are on page 1of 8

<html> <head> <title>hoja de vida </title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body bgcolor = #F5DA81>

<font face=Arial ><font color= #B45F04><h2><center>HOJA DE VIDA</center></h2></font></font>

<fieldset> <LEGEND><b>Datos personales</b></LEGEND>

<table border="1"> <tr> <td> <font face = Times New Roman> <b>Nombre:</font></b> <input type="text" size="30"name="nombre" value="" /> </td> <td> <font face = Times New Roman> <b>Apellidos:</font></b> <input type="text" size="50"name="apellidos" value="" /> </td> </tr>

<tr>

<td> <font face = Times New Roman> <b>Fecha de nacimiento:</font></b> <input type="text" size="10" name="fecha" value="" /> <font face=Arial><cite> Ej: 11/04/1196</cite></font> </td> <td> <font face = Times New Roman> <b>Direccion:</font></b> <input type="text" size="50"name="direccion" value="" /> </td> </tr>

<tr> <td> <font face = Times New Roman><b>Poblacion:</font></b> <input type="text" size="30" name="poblacion" value="" /> </td> <td> <font face = Times New Roman><b>Provincia</font></b> <input type="text" size="20" name="provincia" value="" /> </td> <td> <font face = Times New Roman><b>Codigo postal:</font></b> <input type="text" size="5" name="codigo" value="" /> </td> </tr>

<tr> <td> <font face = Times New Roman> <b>Telefono:</font></b> <input type="text" size="10" name="telefono" value="" /> <font face=Arial><cite> Ej: (1) 7139000</cite></font> </td> <td> <font face = Times New Roman> <b>telefono mivil:</font></b> <input type="text" size="30"name="telefono" value="" /> <font face=arial><cite> ej : (310) 6290000</cite></font> </td> </tr>

<td <font face = Times New Roman> <b>cernet de conducir:</font></b><input type="radio" name="opcion" value=""> si <input type="radio" name= "opcion" value=""> no </td> <td>

<font face = Times New Roman> <b>Escriba Cuales?<textarea name="text" cols="26" rows="2"></textarea></td></tr>

</table> </fieldset>

<fieldset> <LEGEND><b>Datos Academicos</b></LEGEND> <font face=Arial ><font color= #B45F04><h2><left>estudios realizados*</left></h2></font></font> <table border="1"> <tr> <th rowspan="3"> <select name="estudios" size="5" multiple> <option selected>---estudios---</option> <option>bachiller</option> <option>diplomatura</option> <option>licenciatura</option> <option>sin estudios</option> </select> </th> <td>especialidad/RAMA 1<input type="text" size="30"name="telefono" value="" /> <font face=arial></font> </TD> <td>ao de finalizacion <input type="text" size="30"name="telefono" value="" /> <font face=arial><cite> Ej: 1996</cite></font> </TD> </tr>

<tr> <td>especialidad/RAMA 2<input type="text" size="30"name="telefono" value="" /> <font face=arial></font> </TD> <td>ao de finalizacion <input type="text" size="30"name="telefono" value="" /> <font face=arial></font> </TD>

</tr>

<tr> <td>especialidad/RAMA 3<input type="text" size="30"name="telefono" value="" /> <font face=arial></font> </TD> <td>ao de finalizacion <input type="text" size="30"name="telefono" value="" /> <font face=arial></font> </TD> </tr>

<tr> <th align="left" colspan="3"> *para seleccionar mas de una titulacion manten pulsada la tecla "CONTROL" mientras lo pinchas </th> </tr> </table>

<font face=Arial ><font color= #B45F04><h2><left>formacion academica</left></h2></font></font> <table border="1">

<tr> <th align="left" colspan ="3"><font color ="#cc9900"> curso 1 </font> </th> </tr>

<tr> <th align="left"colspan="3"> nombre del curso <input type="text" size="102"name="telefono" value="" /> <font face=arial></font> </th> </tr>

<tr> <td> N horas <input type="text" size="10"name="telefono" value="" /> <font face=arial></font> </td> <td>ao de finalizacion <input type="text" size="10"name="telefono" value="" /> <font face=arial><cite> Ej: 1996</cite></font> </td> <td>impartido por <input type="text" size="55"name="telefono" value="" /> <font face=arial></font> </td> </tr>

<tr align="center" valign="middle"> <th colspan="4">en caso de tener mas cursoso realizados, porfavor, incluyelo en este apartado especificando los mismos datos que en el caso anterior</th> </tr>

<tr> <th colspan=4"> <textarea name="text" cols="100 " rows="1"></textarea> </th>

</tr> </fieldset> </form> </table> </center>

<body> <fieldset> <legend> Experiencia Profecional </legend> <table border ="4"> <form action="recibe.php" method="GET"> <tr> <th align="left" colspan ="2">Empresa 1 </th> </tr> <tr> <td>Nombre de la empresa <input type="text" name="text" value="" size="10" maxlength="10"/> </td> <th rowspan="3">Descripcion del puesto: <textarea name="text" cols="50" rows="3"></textarea> </th> </tr> <tr> <td>fecha de inicio: <input type="text" name="text" value="" size="5" maxlength="5"/> Ej 5-2010 (mes-ao) </td> </tr> <tr> <td>fecha de fin: <input type="text" name="text" value="" size="5" maxlength="5"/> Ej 5-2010 (mes-ao) </td> </tr> <tr>

<th colspan="2">en caso de que halla trabajado en mas empresas, porfavor, ingreselo en este apartado especificando los mismos datos que en los casos anteriores</th> </tr> </table>

<tr> <td> <center> <input type="submit" value="ENVIANDO..." /> </center></td> </tr>

</form> </fieldset> </body> </body> </html>

You might also like