You are on page 1of 2

<html> <font face=Arial ><font color= #B45F04><h2><center>HOJA DE VIDA</center></h2></f ont></font> <head> <title></title> </head> <body> <fieldset> <LEGEND><b>Datos personales</b></LEGEND>

<form action="recibe.php" method="GET"> <body bgcolor = #F5DA81> <table border="1"> <td>Nombre: <input type="text" size="80"name="cedula" value="" /></td > <td>Apellidos: <input type="text" size="80"name="apellidos" value=" " / ></td> </tr> <td>Fecha De Nacimiento<input type="text" size="50"name="nombre" valu e="" /><cite> Ej: 11/04/1196</cite></font></td> <td>Direccion: <input type="text"size="80" name="direccion" value=" " / ></td> </tr> <td>Poblacion: <input type="text"size="78" name="apellido" value="" / ></td> <td>Provincia: <input type="text"size="80" name="provincia:" value=" " / ></td> </tr> <td>Telefono: <input type="text" size="60"name="Telefono" value=" " />< cite> Ej: (1) 7139000</cite></font> <td>Telefono Movil: <input type="text" size="55"name="tel_movil" value=" " /><cite> Ej: (310)6290000</cite></font></td> </tr></td> </tr> <td>Carnet de Conducir: Si:<input type="radio" name="Si" value="">No:< input type="radio" name="No" value=""><td>Escriba Cuales?<textarea name="text" c ols="55" rows="2"></textarea></td></tr> </table> <fieldset> <LEGEND><b>Datos Academicos</b></LEGEND> <table border="2"> <font face=Arial ><font color= #B45F04><h3><right>Estudios Realizados*</right></ h3></font></font> <tr> <td rowspan = "7"> <select id ="Estudios" name ="estudios" size =5> <option value ="Bachiller">Bachiller</option > <option value ="Diplomatura">Diplomatura</option > <option value ="Licenciatura">Licenciatura</option > <option value ="Sin Estudios">Sin Estudios</option > </td> </select > </tr> <tr> <td>Especialidad / Rama 1: <input type="text" size="60"name="rama_1" val ue="" /></td> <td>Ao de Finalizacion: <input type="text" size="60"name="rama_1" value=" " /><cite> Ej: 1996</cite></font></td> </tr> <tr>

<td>Especialidad / Rama 2: <input type="text"size="60" name="rama_2" val ue="" /></td> <td>Ao de Finalizacion:<input type="text"size="60" name="rama_2" value="" /></td> </tr> <tr> <td>Especialidad / Rama 3: <input type="text"size="60" name="rama_3" val ue="" /></td> <td>Ao de Finalizacion: <input type="text"size="60" name="rama_3" value=" " /></td> </tr>

</table> <font face=Arial ><font color= #B45F04><h3><right>Formacion Complementar ia</right></h3></font></font> <table border="2"> <tr><td><font face=Arial ><font color= #B45F04><h4><right>Curso 1</right ></h4></font></font></td> <td> <tr><td>Nombre del Curso:<input type="text"size="70" name="nom_curso" v alue="" /></tr></td> <td>N horas:<input type="text" size ="80"name="n_horas" value="" /></td> <td>Ao de Finalizacion: <input type="text" size="15"name="ao_finalizacion " value=" " /><cite> Ej: 1996</cite> <td>Impartido Por: <input type="text" size="20"name="importado" value=" " /></td> </tr> </table> <fieldset> <LEGEND><b>Experiencia Profesional</b></LEGEND> <table border="1"> <tr><td><font face=Arial ><font color= #B45F04><h4><right>Empresa 1</rig ht></h4></font></font></td> <td> <tr><td>Nombre de la empresa:<input type="text"size="60" name="nom_emp" value="" /></tr></td> <tr><td>Fecha de Inicio:<input type="text"size="65" name="fec_ini" value ="" /><cite> Ej: 01 - 2004 (mes - ao)</cite></tr></td> <tr><td>Fecha Fin:<input type="text"size="70" name="fec_fin" value="" /> <cite> Ej: 01 - 2004 (mes - ao)</cite></td><td> Descripcion del Puesto <textarea name="text" cols="50" rows="2"></textarea></tr></td> <td> En caso de haber trabajado en ms empresas , porfavor , incluyelo en este apartado especificando de los mismos datos que en los casos anteriores <tex tarea name="text" cols="80" rows="8"></textarea></tr></td> </table> <center><tr><td><input type="submit" value="ENVIAR DATOS" /></center></tr></td> <td colspan=""> </form> </body> </html>

You might also like