You are on page 1of 6

<html> <head><title>Hoja de vida </title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body bgcolor = #FFE4C4><font face=Arial ><font color=

#DF013A><h2> <center>HOJA DE VIDA </center></h3></font></font><fieldset><LEGEND><b>Datos personales</b></LEGEND><table border="1" width = "100%" > <tr > <td > <font face = courier new> <b>Nombre:</font></b><input type="text" size="30"name="nombre" value="" /></td><th align = "left" colspan="2" ><font face = courier new><b>Apellidos:</font></b><input type="text" size="50"name="apellidos" value="" /> </th> </tr> <tr>

<td> <font face = courier new> <b>Fecha de nacimiento:</font></b><input type="text" size="15" name="fecha" value="" /> <font face=courier new><i> Ej: 11/04/1196</i></font></td><th align = "left"colspan="2" > <font face courier new> <b>Direccion:</font></b><input type="text" size="50"name="direccion" value="" /> </th> </tr> <tr> <td>

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

<font face = courier new> <b>Telefono:</font></b><input type="text" size="15" name="telefono" value="" /> <font face=courier new><i> <b>Ej:</b> (1) 7139000</i></font></td><td><font face = courier new> <b> Telefono Movil:</font></b><input type="text" size="20"name="movil" value="" /><font face=courier new><i><b>Ej: </b>(310) 6290000</i></font></td> </tr> <tr> <td> <font face = courier new> <b>Carnet de conducir:</font></b><input type="radio" name="Si" value=""><b>Si</b><input type="radio" name="No"value=""><b>No:</b> </td> <td> <p> <b>Escriba cuales:

</b> <br/> <textarea name = comentarios rows = "2" cols="20"></textarea> </p> </td> </tr> </table></fieldset><fieldset><LEGEND><b>Datos academicos</b></LEGEND>

<form name="datosaca" action="recibe.php" method="POST"> <table width="786" height="278" border="1" align="center"><tr><td width="147" rowspan="3"><select name="estudios" size="15" multiple><option><font face= courier new> <b><i>Bachiller</b> </i></font></option><option><font face= courier new><b><i>Diplomatura</b></i></font></option><option> <font face= courier new > <b><i>Licenciatura</b> </i></font></option><option><font face courier new ><b> <i>SinEstudios</b></i></font></option></select></td><td width="480" height="72"><font face= courier new> <b>Especialidad Rama1</b></font><br><input name="esp1" type="text" value=""size="60"/> </td> <td width="137"><font face= courier new><b>Ao de <br>Finalizacin<br></b></font><input name="resp1" type="text" value=""size="8"/> <i><b>Ej: 1996</b></i> </td> </tr> <tr>

<td height="73"><font face= courier new><b>Especialidad Rama2</b></font> <br><input name="esp2" type="text" value=""size="60"/>

</td> <td> <font face= courier new><b>Ao de Finalizacin<b></font><br><input name="resp2" type="text" value="" size="15"/></td> </tr> <tr> <td height="69"> <font face= courier new><b>Especialidad Rama3</b> </font> <br> <input name="esp3" type="text" value=""size="60"/></td><td><font face= courier new><b>Ao deFinalizacin</b></font><br> <input name="resp3" type="text" value="" size="15"/></td> </tr> <tr> <td height="47" colspan="3"><font face= courier new><b><i>* Para seleccionar mas de una titulacion manten pulsada la tecla "Control" mientras lo pinchas</i></b></font></td></tr><font face=Arial ><font color= #B45F04><h3>Formacioncomplementaria</h3></font></font><table border="1" white = "100%" > <tr> <td><font face=Arial > <font color= #B45F04><b>Curso1</b></font> </font>

<td>

<font face= courier new><b><i>En caso de tener mas cursos realizados ,porfavor , incluyelo en este apartado especificando los mismos datos que en los casos anteriores<i/></b></font> </td> </tr> <tr> <td> <textarea name = comentarios rows = "5" cols= "116"></textarea></td></tr></table></fieldset><fieldset><legend><b>Exper iencia profesional</b></legend><table border="1" style = "width : 100% "> <tr> <td width="373"><font face="Arial" color= "#B45F04" > <b>Empresa1</b></font></td></tr><tr><td><font face= courier new><b>Nombre de la empresa</b></font><br> <input name="nom_emp" type="text" value="" size="50"/> </td>

<td width="413" rowspan="3"> <font face= courier new><b>Descripcin del puesto<b> <br><textarea name="textarea2" id="textarea2" cols="62" rows="5"></textarea> </td> </tr> <tr> <td> <font face= courier new> <b>Fechainicio</b></font> <br> <input type="text" name="fecini" value=""/><font face= courier new><i><b>Ej: 01-2004 (mes-ao)</i></b></font>

</td> </tr> <tr> <td> <font face= courier new><b>Fechafin</b></font><br><input type="text" name="fech_fin" value=""/> <font face= courier new><b><i>Ej: 01-2004 (mes-ao)</i></b></font></td> </tr> <tr> <td colspan="3"><font face= courier new><b><i>En caso de habertrabajado en mas empresas, por favor, incluyelo en este apartado especificando los mismosdatos que en los casos anteriores </b></i></font> </td> </tr> <tr> <td colspan="3"> <textarea name="textarea3" id="textarea3"cols="110" rows="5"></textarea> </td> </tr> </table>

</fieldset><br><br><center><input type="submit" value="Enviar datos"/></center> </body> </html>

You might also like