Advertisement
Ahlisihir

desigin Form Input pada web

Apr 30th, 2015
2,621
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.40 KB | None | 0 0
  1. <form action = ' ' method = 'get'>
  2. <pre>
  3.     ============= INPUT DATA MAHASISWA ==============
  4.         NAMA    : <input type = 'text' name='nama'>
  5.         KELAS   : <input type = 'text' name='kelas'>
  6.         NPM     : <input type = 'text' name='npm'>
  7.     <input type = 'submit' name='kirim'   value='kirim'>  <input type = 'reset' name='reset' value='Hapus Form'> <input type = 'submit' name='Clear'   value='hapus'>  
  8. </pre>
  9. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement