tor-browser

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

mtable-dynamic-width-attribute-003-ref.html (692B)


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