-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path04-Web_Site_Deneme.html
More file actions
70 lines (68 loc) · 1.88 KB
/
Copy path04-Web_Site_Deneme.html
File metadata and controls
70 lines (68 loc) · 1.88 KB
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
<html>
<head>
<title>güzelmiş</title>
</head>
<body>
<table border="1" cellspacing="0" cellpadding="0" align="center">
<tr>
<td colspan="2" height="218" background="fotolar/webodasi.jpg">
<img src="fotolar/logo.png" />
</td>
</tr>
<tr>
<td width="228" bgcolor="500000" height="600">
<table align="center">
<tr>
<td>
<a href="1.html" target="çerçeve"
><font color="blue" face="comic sans MS">Uygualama1</font></a
>
</td>
</tr>
<tr>
<td>
<a href="2.html" target="çerçeve"
><font color="blue" face="comic sans MS">Uygualama2</font></a
>
</td>
</tr>
<tr>
<td>
<a href="3.html" target="çerçeve"
><font color="blue" face="comic sans MS">Uygualama3</font></a
>
</td>
</tr>
<tr>
<td>
<a href="4.html" target="çerçeve"
><font color="blue" face="comic sans MS">Uygualama4</font></a
>
</td>
</tr>
<tr>
<td>
<a href="5.html" target="çerçeve"
><font color="blue" face="comic sans MS">Uygualama5</font></a
>
</td>
</tr>
</table>
</td>
<td width="700">
<iframe
name="çerçeve"
height="600"
width="700"
src="foto.html"
scrolling="no"
frameborder="0"
></iframe>
</td>
</tr>
<tr>
<td colspan="2" height="218" background="fotolar/webodasi.jpg"></td>
</tr>
</table>
</body>
</html>