document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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>
');