Senin, 03 Juni 2013

Buat Sign Up Yahoo Menggunakan HTML(250197)


<html>
<head>
<title>Sign up yahoo</title>
<body bgcolor="aqua">
<a href="">Surat</a>
<a href="">Alamat</a>
<hr align="center">
<a href=""><input type="button"value="Simpan"></a>
<a href=""><input type="button"value="Simpan dan Tambahkan yang lain"></a>
<a href=""><input type="button"value="Batal"></a>
<h3>Tambah Kontak</h3>
<h3>Informasi Utama</h3>
Nama : &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp <input type=""> <input type=""> <input type="">
<br><br>
Nama Panggilan:&nbsp &nbsp<input type=""><br><br>
Email:&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp<input type="">
<br><br>
Email Alternatif:&nbsp &nbsp <input type=""> <input type="">
<br><br>
ID Messengger:&nbsp &nbsp <input type="">
<br><br>
Kategori:&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp <select name="var8"size="1">
<option value="BD">Belum Dimasukan</option value>
<option value="SBD">Sudah Belum Dimasukan</option value>
</select><br><br>
<h3>Telepon</h3>
Nomor Telepon : <input type=""> <input type=""> <input type="">
<br><br>
&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp<input type=""> <input type=""> <input type="">
<br><br>
Nomor:&nbsp &nbsp &nbsp&nbsp &nbsp &nbsp&nbsp &nbsp &nbsp<select name="var6"size="1">
<option value="Rmh">Rumah</option value>
<option value="HP">Handphone</option value>
</select>
</head>
</html>