Advertisement
Rofihimam

Untitled

Sep 23rd, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Latihan Post Rofi'ul Himam XI RPL 2</title>
  5. </head>
  6. <body>
  7.     <form id="biodata" name="biodata" method="post" action="proses.php">
  8.         <p>Nama : <br /> <input type="text" name="nama" id="nama" size="20"> </p>
  9.         <p>Alamat : <br /> <textarea name="alamat" cols="30" rows="3" id="alamat"></textarea> </p>
  10.         <p> <input type="submit" name="button" id="button" value="Kirim" /> </p>
  11.     </form>
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement