Guest User

Untitled

a guest
Sep 8th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. How does the input tags really work?
  2. <form id="LOGINFORM" name="LOGINFORM" style="margin:0px; padding:0px;" action="login.php" method="post">
  3. <table cellspacing="2" cellpadding="0" border="0" width="100%">
  4. <tr>
  5. <td width="100" align="center" valign="bottom">
  6. Username:
  7. </td>
  8. <td width="100" align="center" valign="bottom">
  9. Pass:
  10. </td>
  11. <td valign="top" align="right">
  12. &nbsp;
  13. </td>
  14. </tr>
  15. <tr>
  16. <td align="center">
  17. <input class="inputbox" style="text-align:center; width:90px;" maxlength="12" name="loginname" type="text" size="12">
  18. </td>
  19. <td align="center">
  20. <input class="inputbox" style="text-align:center; width:90px;" maxlength="12" name="password" type="password" size="12">
  21. </td>
  22. <td align="left">
  23.  
  24. <input
  25. class="button_ok"
  26. name="btnSubmit"
  27. id="btnSubmit"
  28. type="submit"
  29. value="Π’Ρ…ΠΎΠ΄"
  30. onclick=""
  31. >
  32.  
  33. </td>
  34. </tr>
  35. </table>
  36. </form>
Add Comment
Please, Sign In to add comment