Advertisement
Guest User

[MELKY] ini HTML

a guest
Oct 25th, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.99 KB | None | 0 0
  1. <div id="buattabel" >
  2.   <div style="border:1pt dashed #0000cc;">
  3.     Kirim Suara Anda
  4.   </div>
  5.   <div style="margin-top:2px;">
  6.     <input class="form-control" placeholder="Nama Depan" type="text" name="nama_depan"><input class="form-control" placeholder="Nama Belakang" type="text" name="nama_belakang">
  7.   </div>
  8.   <div style="margin-top:2px;">
  9.     <input class="form-control2" placeholder="Alamat Email" type="text" name="email">
  10.   </div>
  11.   <div style="margin-top:2px;">
  12.     <input class="form-control2" placeholder="Regional" type="text" name="regional">
  13.   </div>
  14.  
  15.   <div align="center" style="margin-top:2px;">
  16.     <input class="form-radio" type="radio" name="jawaban" value="Setuju">Setuju
  17.     <input class="form-radio" type="radio" name="jawaban" value="Tidak Setuju">Tidak
  18.   </div>
  19.  
  20.  
  21.   <div style="margin-top:2px;">
  22.     <textarea class="buattextarea" placeholder="Komentar" type="text" name="pendapat"></textarea>
  23.   </div>
  24.   <button class="btn" type="submit">KIRIM</button>
  25. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement