User Tools

Site Tools


playground:playground

This is an old revision of the document!


PlayGround

asdasd a^2+b^2=c^2=E/m

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>
  <table class="x" rules="groups" border="2" 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"></td>
      <th colspan="2">1</th>
      <th colspan="2">2</th>
    </tr>
    <tr>
      <td colspan="2"></td>
      <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>2</td><td>3</td>
    </tr>
    <tr>
      <th>b</th>
      <td>4</td><td>1</td>
      <td>6</td><td>1</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>

playground/playground.1260052646.txt.gz · Last modified: 2009/12/05 22:37 by megadiscman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki