Advertisement
Guest User

Untitled

a guest
Jun 4th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
  2. "http://www.w3.org/TR/html4/strict.dtd"
  3. >
  4. <html lang="it">
  5. <head>
  6. <title>Home Page</title>
  7. <meta name="description" content="Questa č la mia prima pagina web">
  8. <meta name="keywords" content="pagina web personale" lang="it">
  9. <meta name="author" content="Ing. Raviele Nicola ">
  10. <meta http-equiv="content-Type" content="text/html" charset="UTF-8">
  11. </head>
  12. <body bgcolor="#00ff11">
  13. <!-- Menų orizzontale -->
  14. <table cellpadding="20" cellspacing="25">
  15. <tr><td><a href="index.html"><h2>Home</h2></td></a><td><a href="cv.html"><h2>C.V.</h2></td></a>
  16. <td><h2>Contatti</h2></td></tr>
  17. </table>
  18. <hr title="men&ugrave">
  19. <form>
  20. <label>Login</label><br>
  21. <label> Username:</label><input type="text" nAME="USERNAME" SIZE="16" maxlength="16"><br>
  22. <label> Password:</label><input type="password" nAME="pws" SIZE="8" maxlength="8"><br>
  23. <input type="button" value="invia dati"><br>
  24. <input type="reset" value="cancella dati"><br>
  25.  
  26. </form>
  27.  
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement