şah
<html><head>
<title>
Öğrenci Bilgi Formu
</title>
</head>
<body bgcolor="grey">
<form action="myphp.php" method="post">
<table border="1">
<tr>
<th colspan="5"><img src="http.jpg" weight="200" height="100"
alt="resim"></th>
</tr>
<tr bgcolor="yellow">
<th colspan="10" align="center">Öğrenci Bilgileri</th>
</tr>
<tr>
<th>No</th>
<td><input type="textbox" size"5"></td>
<th>AdSoyad</th>
<td><input type="textbox" size"5"></td>
</tr>
<tr>
<th cellpadding="5">Sınıf</th>
<td><input type="textbox" size"5"></td>
<th>Bölüm</th>
<td><input type="radio" name="bilgisayar" value="bilgisayar"
checked="yes">Bilgisayar
<input type="radio" name="Proses" value="Proses" >Proses
<input type="radio" name="Elektronik" value="Elektronik"
>Elektronik</td>
</tr>
<tr>
<th cellpadding="10">Durum</th>
<td><input type="checkbox" name="Elektronik" value="Elektronik"
checked="yes">Geçti</td>
<th>ortalama</th>
<td><input type="textbox" size"5"></td>
</tr>
<tr>
<th>şifre</th>
<td><input type="password" size"5" maxlength="5"></td>
<th>Web Adresi</th>
<td><a href="http://www.aksaatml.com">www.aksaatml.com</a></td>
</tr>
<tr>
<th rowspan="3">Açıklama</th>
<td colspan="3"><textarea rows="5" cols="55"></textarea></td>
</tr>
<td bgcolor="blue" colspan="3">
<ul type="circle">
<li>sayısal</li>
<ol type="1"><li>matematik</li>
<li>fizik</li>
<ul type="circle">
<li>sözel</li>
<ol type="1"><li>tarih</li>
<li>felsefe</li>
</td>
<tr>
<th colspan="3" aling="center">
<input type="reset" value="temizle">
<input type="submit" value="gönder">
</th>
</tr>
</form>
</html>