GendarTraducción
El programa html completo es el siguiente
& lt! DOCTYPE html & gt
& lthtml & gt
& lthead & gt
& lth 1 & gt; Mi información personal & lt/h 1 & gt ;
& ltbr/>;
& lt/head & gt;
& ltbody & gt
& ltp & gtAutor :文</p>
& ltp>ID del estudiante: 123456789d </p>
<Table>
& ltform nombre = " info " acción = " página de inicio . PHP " método = " publicación " & gt;
& lttr & gt& lttd & gtemail: & lt/TD & gt;& lttd & gt& ltinput type = " texto " nombre = " correo electrónico " valor = " 123456 @ Gmail es "/& gt;& lt/TD & gt;& lt/tr & gt;
& lttr & gt<td>gendar:</TD><td>
<select id. = "gendar" >
<Opciones seleccionadas>mal< /option>
<option>female</option>
</select></TD></tr > p>
<tr><td>Imagen de perfil:</TD><td><img src= ".
/male .png "/& gt;& lt/TD & gt;& lt/tr & gt;
& lttr & gt& lttd & gtHabit:& lt/TD & gt;& lttd & gt
& ltselect id = " hábitos " multiple = " multiple ">
& ltseleccionar opciones>snatación</option>
<Opciones seleccionadas>Jugar videojuegos</option>
<Options>Jugar tenis</option>
</ select & gt;& lt/TD & gt;& lt/tr & gt;
& lttr & gt& lttd & gt& ltinput type = " enviar " valor = " enviar "/& gt; & lt/ TD & gt;
& lttd & gt& ltinput type = " botón " valor = " restablecer " onclick = " info . restablecer ();"/& gt; & lt/TD & gt; & lt/ tr & gt;
& lt/form & gt;
& lt/table & gt;
& ltbr/>;
& lth2 & gtÁrea de comentarios& lt/H2 & gt;
& ltTable& gt
& nombre del formulario = " comentario " acción = " página de inicio . PHP " método = " publicación " & gt;
& lttr & gt& lttd & gt& ltinput type = " text " nombre = " comm " valor = " "/ & gt;& lt/TD & gt;
& lttd & gt& ltinput type = " enviar " valor = " enviar "/& gt;& lt/TD & gt;& lt/tr & gt;
& lt/formulario & gt;
& lt/tabla & gt;
& lt/cuerpo & gt;
& lt/html >