-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path03-Sinif_Listesi.html
71 lines (67 loc) · 2.14 KB
/
03-Sinif_Listesi.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<html>
<head>
<title>bi tablo daha</title>
</head>
<body>
<table border="1" bgcolor="black" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="5" width="75" align="center">
<font face="tahoma" color="red"
>E<br /><br />B<br /><br />E<br /><br />N</font
>
</td>
<td colspan="4" align="center" height="35">
<font color="red" face="arial">SINIF LİSTESİ</font>
</td>
</tr>
<tr>
<td align="center" width="100">
<font color="red" face="tahoma">SIRA NO</font>
</td>
<td align="center" width="100" height="25">
<font color="red">OKUL NO</font>
</td>
<td align="center" width="250"><font color="red">AD SOYAD</font></td>
<td align="center" width="175"><font color="red">FOTOĞRAF</font></td>
</tr>
<tr>
<td align="center" width="100">
<font color="red" face="tahoma">1</font>
</td>
<td align="center" width="100" height="75">
<font color="red">131</font>
</td>
<td align="center" width="250"><font color="red">Ali Can</font></td>
<td align="center" width="175">
<img width="125" src="fotolar/erkek.png" />
</td>
</tr>
<tr>
<td align="center" width="100">
<font color="red" face="tahoma">2</font>
</td>
<td align="center" width="100" height="75">
<font color="red">173</font>
</td>
<td align="center" width="250"><font color="red">Ayşe Uçan</font></td>
<td align="center" width="175">
<img width="125" src="fotolar/kiz.png" />
</td>
</tr>
<tr>
<td align="center" width="100">
<font color="red" face="tahoma">3</font>
</td>
<td align="center" width="100" height="75">
<font color="red">452</font>
</td>
<td align="center" width="250">
<font color="red">Mesut Komser</font>
</td>
<td align="center" width="175">
<img width="125" src="fotolar/erkek.png" />
</td>
</tr>
</table>
</body>
</html>