tor-browser

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

mtable-dynamic-align-attribute-002-ref.html (757B)


      1 <!DOCTYPE html>
      2 <math>
      3  <mspace id="baseline" height="1px" width="100px" style="background: black"/>
      4  <mtable id="mtable">
      5    <mtr>
      6      <mtd>
      7        <mspace width="10px" height="10px" style="background: blue"/>
      8      </mtd>
      9      <mtd>
     10        <mspace width="10px" height="10px" style="background: blue"/>
     11      </mtd>
     12      <mtd>
     13        <mspace width="10px" height="10px" style="background: blue"/>
     14      </mtd>
     15    </mtr>
     16    <mtr>
     17      <mtd>
     18        <mspace width="10px" height="10px" style="background: blue"/>
     19      </mtd>
     20      <mtd>
     21        <mspace width="10px" height="10px" style="background: blue"/>
     22      </mtd>
     23      <mtd>
     24        <mspace width="10px" height="10px" style="background: blue"/>
     25      </mtd>
     26    </mtr>
     27  </mtable>
     28 </math>