<html> <head> <title> Formulario 5 </title> </head> <body> <form action="mailto:login@servidor.es" method="post" enctype="text/plain"> <table border align="center"> <tr> <td width="50%" align="right"> Elige tus aficiones: </td> <td width="50%" alignn="left"> <input type="checkbox" name="Gustos" value="Leer"> Me gusta leer.<BR> <input type="checkbox" name="Gustos" value="Cine"> Ir al cine.<BR> <input type="checkbox" name="Gustos" value="Gimnasio"> Machacarme en el gimnasio.<BR> <input type="checkbox" name="Gustos" value="Botellón"> Hacer botellón con los amigos.<BR> <input type="checkbox" name="Gustos" value="Caminar"> Salir al campo a caminar. </td> </tr> <tr> <td width="50%" align="right"> <input type="submit" value="Enviar"> </td> <td width="50%" align="left"> <input type="reset" value="Borrar"> </td> </tr> </table> </form> </body> </html>
miércoles, 1 de agosto de 2018
HTML: Práctica II Menú de opción múltiple. Casillas de verificación.
Suscribirse a:
Comentarios de la entrada (Atom)
No hay comentarios.:
Publicar un comentario