Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <form action="save-table.php" method="post">
  2. <table>
  3. <tr>
  4. <td width="250">Nama<td>
  5. <td width="350">Alamat<td>
  6. </tr>
  7. <tr>
  8. <td><input type="text" placeholder="nama~" name="nama"><td>
  9. <td><input type="text" placeholder="alamat~" name="alamat><td>
  10. </tr>
  11. <tr>
  12. <td><input type="text" placeholder="nama~" name="nama"><td>
  13. <td><input type="text" placeholder="alamat~" name="alamat><td>
  14. </tr>
  15. </table>
  16. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement