-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (26 loc) · 1.05 KB
/
index.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
<html>
<body>
<table style="border-style:none" border=none align="center">
<tr height="30">
<td width="180" >1.1</td>
<td width="180" align="center">1.2</td>
<td width="180">1.3</td>
<td width="180" align="right" >1.4</td>
</tr>
<tr height="30">
<td width="180" rowspan="2" align="center"> 2.1 ve 3.1 </td>
<td width="180" align="right"> 2.2 </td>
<td colspan="2" align="center"> <font color="red" > <span style="background-color:yellow"> 2.3 ve 2.4 </span> </font> </td>
</tr>
<tr height="30">
<td width="180" rowspan="2" bgcolor="black"> <font color="white"> 3.2 </font> </td>
<td>3.3</td>
<td>3.4</td>
</tr>
<tr height="30">
<td width="180"> 4.1</td>
<td colspan="2">4.3</td>
</tr>
</table>
</body>
</html>