Advertisement
auliaguss

latihanGet

Sep 22nd, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.42 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3.     <title>AuliaAgustinaXIRPL1</title>
  4. </head>
  5. <body>
  6.     <form id="biodata" name="bio" method="get" action="prosesGet.php">
  7.         <p>Nama : <br/><input name="nama" type="text" id="nama" size="20"/> </p>
  8.         <p>Alamat : <textarea name="alamat" cols="30" rows="3" id="alamat"></textarea> </p>
  9.         <p><input type="submit" name="tombol" id="tombol" value="Kirim!"/></p>
  10. </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement