Ekran görüntüsü :
Kod:
<form name="form" action="index.asp" method="post">
<b>Kullanıcı Adı:
<input type="text" name="isim" size="24"><br /><br />
<b>Şifre:
<input type="password" name="sifre" size="16"><br /><br />
<input type="submit" name="gonder" value="Gönder"><br /><br />
Kod:
form{
color: #626262;
background: #15B8CE;
border: dotted 2px #F00531;
width: 350px;
height: 200px;
}