Advertisement
Thelz

StudiKasus2, Prak21

Sep 25th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Davitra Eka S XI RPL 2</title>
  5. </head>
  6. <body>
  7.     <form name="blog" method="post" action="prosesstudikasus2.php">
  8.         <table>
  9.             <tr>
  10.                 <td>
  11.                     <label>Bulan    : </label>
  12.                 </td>
  13.                 <td><input type="text" name="bulan"></td>
  14.                 <td>
  15.                     <label>Tahun    : </label>
  16.                 </td>
  17.                 <td><input type="text" name="tahun"></td>
  18.             </tr>
  19.         </table>
  20.         <input type="submit" name="button" value="Submit">
  21.     </form>
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement