Guest User

Untitled

a guest
Feb 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. <style type="text/css">
  2. html, body, p, h1, h2, h3, h4, h5, table, tr, td, th, img, ul, li {
  3. margin: 0;
  4. padding: 0;
  5. border-spacing: 0;
  6. border: 0;
  7. border-collapse: collapse;
  8. vertical-align: bottom;
  9. }
  10. h1 {padding: 10px 0 10px 210px; font-size: 160%; color: blue}
  11. textarea {
  12. overflow:hidden;
  13. overflow-y: hidden;
  14. overflow-x: hidden;
  15. font-family: Tahoma;
  16. }
  17. table {margin-left: 120px;}
  18. .ta {vertical-align: top;}
  19. td {border-top: 20px solid white; border-right: 20px solid white;}
  20. textarea, input {border: 1px solid silver}
  21. input, textarea {width: 400px; font-weight: bold; font-size: 100%}
  22. input, textarea, td, button { font-family: Tahoma;
  23. ;font-weight: bold; font-size: 120%; font-weight: bold}
  24. </style>
  25. </head>
  26. <body OnLoad="document.getElementById('focus').focus();"><div>
  27.  
  28. <table>
  29. <tr>
  30. <td>Name:</td>
  31. <td><input id="focus" type="text" /></td>
  32. </tr>
  33. <tr>
  34. <td>Date:</td>
  35. <td><input type="text" /></td>
  36. </tr>
  37. <tr>
  38. <td>Phone Number:</td>
  39. <td><input type="text" /></td>
  40. </tr>
  41. <tr>
  42. <td>Cell:</td>
  43. <td><input type="text" /></td>
  44. </tr>
  45. <tr>
  46. <td>Charger: </td>
  47. <td><input type="radio" name="charger" value="yes" >Yes<br>
  48. <input type="radio" name="charger" value="no">No<br>
  49. </td>
  50.  
  51. </tr>
Add Comment
Please, Sign In to add comment