asdasd
1 | 2 | |||||
---|---|---|---|---|---|---|
a | b | c | d | |||
1 | a | 1 | 2 | 5 | 6 | |
1 | b | 3 | 4 | 7 | 8 | |
2 | c | 9 | 10 | 11 | 12 | |
2 | d | 13 | 14 | 15 | 16 |
<html>
<!-- I know that CSS in the body violates the specs! --> <style type="text/css">
<!– .x td {text-align:right;padding:0.2em;}
.x tr th {text-align:right;padding:0.2em;background-color:#aaf;} tr.c th {text-align:center;}--></style>
</html> <html>
<table class="x" rules="groups" frame="void"> <colgroup span="2" style="width:1.3em"> <colgroup span="2" style="width:2em"> <colgroup span="2" style="width:2em"> <thead><tr class="c"><td colspan="2" rowspan=2></td> <th colspan="2">1</th> <th colspan="2">2</th> </tr> <tr> <th> a </th><th> b </th> <th> c </th><th> d </th> </tr> </thead> <tbody><tr><th rowspan="2">1</th><th>a</th> <td> 0 </td><td> 1 </td> <td> 5 </td><td> 6 </td> </tr> <tr><th>b</th> <td> 2 </td><td> 3 </td> <td> 7 </td><td> 8 </td> </tr></tbody> <tbody><tr><th rowspan="2">1</th><th>c</th> <td> 8 </td><td> 9 </td> <td> 10 </td><td> 11 </td> </tr> <tr><th>d</th> <td> 12 </td><td> 13 </td> <td> 14 </td><td> 15 </td> </tr></tbody> </table>
</html> <html>
<table class="x" rules="groups" frame="void"> <col style="width:1.3em"> <colgroup span="2" style="width:2em"> <thead><tr><td></td> <th>a</th> <th>b</th> </tr> </thead> <tbody><tr><th>a</th> <td> 0 </td><td> 1 </td> </tr> <tr><th>b</th> <td> 2 </td><td> 3 </td> </tr></tbody> </table>
</html>
We, as a project, are applying to Google Summer of Code 2011. We have set up an ideas page and application template for the students who want to help in case our project gets accepted.