tor-browser

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

columnlines-1b.html (1550B)


      1 <!-- -*- mode: HTML; tab-width: 2; indent-tabs-mode: nil; -*- -->
      2 <!-- vim: set tabstop=2 expandtab shiftwidth=2 textwidth=80:  -->
      3 <!DOCTYPE html>
      4 <html>
      5  <head>
      6    <title>mtable frame</title>
      7    <!-- Copyright (c) 2011 Design Science, Inc.
      8         License: Apache License 2.0 -->
      9    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     10    <link rel="mismatch" href="columnlines-1-ref.html"/>
     11  </head>
     12 
     13  <body>
     14 
     15    <math>
     16      <mtable columnlines="solid">
     17        <mtr>
     18          <mtd>
     19            <mn>1</mn>
     20          </mtd>
     21          <mtd>
     22            <mn>2</mn>
     23          </mtd>
     24          <mtd>
     25            <mn>3</mn>
     26          </mtd>
     27          <mtd>
     28            <mn>4</mn>
     29          </mtd>
     30        </mtr>
     31        <mtr>
     32          <mtd>
     33            <mn>5</mn>
     34          </mtd>
     35          <mtd>
     36            <mn>6</mn>
     37          </mtd>
     38          <mtd>
     39            <mn>7</mn>
     40          </mtd>
     41          <mtd>
     42            <mn>8</mn>
     43          </mtd>
     44        </mtr>
     45        <mtr>
     46          <mtd>
     47            <mn>9</mn>
     48          </mtd>
     49          <mtd>
     50            <mn>10</mn>
     51          </mtd>
     52          <mtd>
     53            <mn>11</mn>
     54          </mtd>
     55          <mtd>
     56            <mn>12</mn>
     57          </mtd>
     58        </mtr>
     59        <mtr>
     60          <mtd>
     61            <mn>13</mn>
     62          </mtd>
     63          <mtd>
     64            <mn>14</mn>
     65          </mtd>
     66          <mtd>
     67            <mn>15</mn>
     68          </mtd>
     69          <mtd>
     70            <mn>16</mn>
     71          </mtd>
     72        </mtr>
     73      </mtable>
     74    </math>
     75 
     76 
     77  </body>
     78 </html>