Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <body bgcolor = 'blue'>
  5. <font color = 'white'>
  6. <Form name = datafrm>
  7.  
  8. <title>Tax Calculator</title>
  9. </head>
  10. <body bgcolor = 'blue'>
  11. <font color = 'white'>
  12. <Form name = taxForm>
  13. <h2><caption>Employee Tax Calculator</caption><img src = "perps.jfif" alt = "cslogo " align = 'right' width = '40' height = '45'></h2>
  14. </font>
  15. <hr></hr>
  16. <table width = 60% cellspacing = 5 cellpadding = 5 style = 'color:white'>
  17.  
  18. <tr>
  19. <td>Basic Pay
  20. <td><input type = text name = bp>
  21. <tr>
  22. <td>Exemption Status
  23. <td><select name = es>
  24. <option value = '>-- Select Status ----
  25. <option value = 'Z'>Z
  26. <option value = 'S'>S
  27. <option value = 'S1'>S1
  28. <option value = 'S2'>S2
  29. <option value = 'S3'>S3
  30. <option value = 'S4'>S4
  31. <option value = 'ME'>ME
  32. <option value = 'ME1'>ME1
  33. <option value = 'ME2'>ME2
  34. <option value = 'ME3'>ME3
  35. <option value = 'ME4'>ME4
  36. </select>
  37. <tr>
  38. <td>Payroll Type
  39. <td><input type = radio value = 'D' name = pt> Daily
  40. <input type = radio value = 'W' name = pt> Weekly
  41. <input type = radio value = 'S' name = pt> Checked>
  42. Semi-monthly
  43. <input type = radio value = 'M' name = pt> Monthly
  44. <tr>
  45. <td colspan = 2><input type = button value = 'Calculate'>
  46. <input type = reset value = 'Clear'>
  47. </table>
  48. </form>
  49. <tr><tr>
  50. <th><font style = 'color:white'> Created By: Suson, Jorgierich </th>
  51. </tr></tr>
  52. </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement