Advertisement
Guest User

ini budi 2

a guest
May 20th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.38 KB | None | 0 0
  1. <div class="item">
  2.             <span class="judul">Form Nama</span>
  3.             <form action="action.php" method="POST">
  4.                 Nama Siswa:<br>
  5.                 <input type="text" name="nama" placeholder="Masukkan Nama" >
  6.                 <br>
  7.                 Usia:<br>
  8.                 <input type="text" name="usia" placeholder="Masukkan Usia" >
  9.                 <br><br>
  10.                 <input type="submit" name="kirim" value="Kirim">
  11.             </form>
  12.         </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement