Guest User

Untitled

a guest
Nov 16th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. <%--
  2. Document : registro
  3. Created on : 06-09-2012, 12:40:27 PM
  4. Author : Ariel
  5. --%>
  6.  
  7. <%@page contentType="text/html" pageEncoding="UTF-8"%>
  8. <!DOCTYPE html>
  9. <html>
  10. <head>
  11. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  12. <title>Tarea 1</title>
  13. </head>
  14. <body>
  15. <BODY TEXT="Black">
  16. <BODY BACKGROUND="guerrero.jpg">
  17.  
  18. <h1>Nuevo Maestro:</h1>
  19. <BLOCKQUOTE>
  20. <form method="post" action="coneccion.jsp">
  21. email:<BR>
  22. <input type="text" name="email01" title="Porfavor ingrese su email" required/>
  23. <BR>contraseña:<BR>
  24. <input type="password" name="contraseña01" value="" title="Porfavor ingrese su password" required/>
  25. <BR>Pseudonimo:<BR>
  26. <input type="text" name="pseudonimo01" value="" title="Porfavor ingrese un pseudonimo" required
  27. <BR>Tipo:<BR>
  28. <input type="radio" name="seleccion de tipo" value="0" <P>Maestro de Villanos</p>
  29. <input type="radio" name="seleccion de tipo" value="1" <P>Maestro de Héroes</p>
  30. <INPUT TYPE="submit" VALUE="Registrarme">
  31. </form>
  32. <INPUT TYPE="reset" VALUE="Borrar los datos"></TD>
  33.  
  34.  
  35. </blockquote>
  36. </body>
  37. </html>
Add Comment
Please, Sign In to add comment