Selasa, 06 November 2012

perintah-perintah form

Perintah HTML-nya :

<HTML>
<HEAD>
<TITLE>MEMBUAT FORM</TITLE>
<HEAD>
<BODY>
<form>
Nama &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp:
<input type="text" name="Nama" wight="50">
<br>
Alamat &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp:
<input type="text" name="Alamat" wight="50">
</form>
<br>
<form>
<p> password &nbsp &nbsp &nbsp &nbsp:
<input type="password" name="sandy"width="15">
</form>
<br>
<form>
Jenis Kelamin &nbsp :
<input type="radio"name="gender">Laki-Laki
<input type="radio"name="gender">perempuan
</form>
<br>
<form>
Daftar Siswa SMK ALFA 1:
<br>
<BR>
<input type="checkbox" name="siswa">Achmad Subchan
<BR>
<input type="checkbox" name="siswa">Arindo Tafebrianto
<BR>
<input type="checkbox" name="siswa">Fatkhur Rokhim
<BR>
</form>
<br>
<form>
<input type="button"value="KIRIM">
<input type="button"value="SIMPAN">
<input type="button"value="BATAL">
</FORM>
</BODY>
</HTML>

Tidak ada komentar:

Posting Komentar