Advertisement
Guest User

biancaneve

a guest
Jan 9th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.87 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4.         <title>E-LEARNING</title>
  5.     </head>
  6.     <body>
  7.         <h1>HOMEPAGE E-LEARNING</h1>
  8.         <center>
  9.             <h2>ACCEDI:</h2>
  10.             <form action="login.jsp" method="post">
  11.             <br/>Username:<input type="text" name="username">
  12.             <br/>Password:<input type="password" name="password">
  13.             <br/>Tipo Utente<select name="usertype">  
  14.             <option>Docente</option>  
  15.             <option>Studente</option>  
  16.             </select>  
  17.            
  18.             <br/><input type="submit" value="Submit">
  19.             </form>
  20.             <h1>
  21.             <form action="register.html" method="post">
  22.             <input type="submit" value="registrati">
  23.             </h1>
  24.             </form>
  25.         </center>
  26.     </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement