User Tools

Site Tools


playground:playground

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
playground:playground [2009/12/05 22:53] megadiscmanplayground:playground [2009/12/06 00:05] megadiscman
Line 21: Line 21:
 </html> </html>
 <html> <html>
-    <table class="x" rules="groups" border="2" frame="void">+    <table class="x" rules="groups" frame="void">
       <colgroup span="2" style="width:1.3em">       <colgroup span="2" style="width:1.3em">
       <colgroup span="2" style="width:2em">       <colgroup span="2" style="width:2em">
Line 46: Line 46:
     </table>     </table>
 </html> </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>
 +<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>
 +=== Tree 1A ===
 +(used for A/0)
 +<html><table class="x" rules="groups" frame="void">
 +  <colgroup span=2 style="width:1.3em">\n  <colgroup span=3 style="width:2em">  <colgroup span=3 style="width:2em">  <colgroup span=3 style="width:2em">
 +  <thead>
 +    <tr class="c"><td colspan="2" rowspan="2"></td>
 +           <th colspan="3">-1</th>       <th colspan="3">0</th>       <th colspan="3">1</th>    </tr><tr>
 +       <th>-1</th>       <th>0</th>       <th>1</th>       <th>-1</th>       <th>0</th>       <th>1</th>       <th>-1</th>       <th>0</th>       <th>1</th>    </tr
 +  </tbody></table>
 +</html>
 +
playground/playground.txt · Last modified: 2010/03/22 03:28 by wikiadmin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki