blob: 27c96903589461a52d923789c95041642c56552f (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head> <title>Achieved Goals</title> </head>
<body>
<table border='1'>
<tr>
<td>
<table border=1>
<tr><td>w1
</table>
</td>
</table>
<br>
<table border='1'> <tr><td>w1 </table>
1<b>2</b>3 <br>
1 <b>2</b> 3 <br>
1<i><b> 2 </b></i>3 <br>
1 <i><b> 2 </b></i> 3 <br>
</body>
</html>
|