tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

table-width-1-ref.xhtml (1445B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2  <head>
      3    <style type="text/css">
      4      html { background-color: grey; }
      5      td { border: 1px solid white;
      6           padding-top: 1px;
      7           padding-bottom: 1px;
      8           padding-right: 1px;
      9           padding-left: 1px;
     10           background-color: black;
     11           color: red; }
     12    </style>
     13  </head>
     14 <body>
     15  <table>
     16    <td>
     17      <math xmlns="http://www.w3.org/1998/Math/MathML">
     18        <mphantom>
     19          <mn>60</mn>
     20          <mo>&#x2062;</mo>
     21          <msqrt>
     22            <mn>2</mn>
     23            <mo>+</mo>
     24            <mn>3</mn>
     25            <mo>-</mo>
     26            <mo>5</mo>
     27          </msqrt>
     28        </mphantom>
     29      </math>
     30    </td>
     31  </table>
     32  <table>
     33    <td>
     34      <math xmlns="http://www.w3.org/1998/Math/MathML">
     35        <mphantom>
     36          <mroot>
     37            <mfrac>
     38              <mn>8</mn>
     39              <mn>90</mn>
     40            </mfrac>
     41            <mn>61</mn>
     42          </mroot>
     43        </mphantom>
     44      </math>
     45    </td>
     46  </table>
     47  <table>
     48    <td>
     49      <math xmlns="http://www.w3.org/1998/Math/MathML">
     50        <mphantom>
     51          <mo>|</mo>
     52          <mo>{</mo>
     53          <mtable>
     54            <mtr><mtd><mn>0</mn></mtd></mtr>
     55            <mtr><mtd><mn>5</mn></mtd></mtr>
     56            <mtr><mtd><mn>9</mn></mtd></mtr>
     57          </mtable>
     58          <mo>}</mo>
     59          <mo>|</mo>
     60        </mphantom>
     61      </math>
     62    </td>
     63  </table>
     64 </body>
     65 </html>