summaryrefslogtreecommitdiff
path: root/temeller_6.html
blob: bb58d70f0c4c5f8b639aafdf0c7ee2248fa1c57b (plain)
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
<html>

<head> <title>
		Web tasarım 
		Temelleri 6
	</title> </head>

<body bgcolor="#f6f6f6">

<table 
	border= "1" 
	cellpadding="5" 
	cellspacing="3" 
	align="left" 
	width="100" 
	height="300"
>



	<tr > <td 
		width="100" 
		height="80" 
		background="angry_xenia.png" >
		Hücre 1 
		</td>
	</tr>
	
	<tr > <td 
		align="center"		
		height="100" 
		
> 
		Hücre 2 </td>
	</tr>

	<tr > <td height="120"> 
		Hücre 3 </td>
	</tr> 
	<tr >
		<td 
		height="150"> 
		Hücre 4 </td>
	</tr> 
</table>

</body>

</html>