Guest User

Untitled

a guest
Jan 30th, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <html>
  8. <head>
  9. <meta charset="UTF-8">
  10. <title></title>
  11. </head>
  12. <body>
  13. <form>
  14. <table border="2">
  15. <tr>
  16.  
  17. <td> USERNAME:</td>
  18. <td><input type="text"></td>
  19.  
  20. </tr>
  21. <tr>
  22. <td>PASSWORD:</td>
  23. <td><input type="password"></td>
  24. </tr>
  25. <tr>
  26. <i<nput type="checkbox">
  27. </tr>
  28. <tr><td><input type="button" value="log in"></td>
  29.  
  30. </tr>
  31.  
  32.  
  33.  
  34.  
  35. </table>
  36. </form>
  37. <?php
  38.  
  39. ?>
  40. </body>
  41. </html>
Add Comment
Please, Sign In to add comment