HTML-Öğrenci Listesi 1-

<html>
<head>
<title></title>
</head>
<body>
<table bgcolor="black" border="1" cellspacing="0" cellpadding="0">
<tr>
<td width="50" rowspan="5"><font color="white">Sınıf Liste</font></td>
<td width="600" colspan ="4" height="30" align="center"><font color="red" >Öğrenci Listesi</font></td>



</tr>
<tr>
<td width="100" height="20" align="center"><font color="red">Sıra No</font></td>
<td width="100" align="center"><font color="red" align="center">Sınıf</font></td>
<td width="200" align="center"><font color="red" align="center">Not</font></td>
<td width="200" align="center"><font color="red" align="center">Foto</font></td>

</tr>

<tr>
<td width="100" height="120" align="center"><font color="white" align="center">1</td>
<td width="100" align="center"><font color="white" align="center">A</td>
<td width="200" align="center"><font color="white" align="center">90</td>
<td width="200" align="center"><img src="deniz.jpg" height="120" width="120"></td>




</tr>
<tr>
<td width="100" height="120" align="center"><font color="white" align="center">2</td>
<td width="100" align="center"><font color="white" align="center">B</td>
<td width="200" align="center"><font color="white" align="center">90</td>
<td width="200" align="center"><img src="deniz.jpg" height="120" width="120"></td>




</tr>
<tr>
<td width="100" height="120" align="center"><font color="white" align="center">3</td>
<td width="100" align="center"><font color="white" align="center">C</td>
<td width="200" align="center"><font color="white" align="center">70</td>
<td width="200"align="center"><img src="deniz.jpg" height="120" width="120"></td>




</tr>



















</table>
</body>
</html>

Comments

Popular posts from this blog

Python-İşe Yarar Modüller

Python-Asal Sayı Bulma Algoritması Yazdım