tor-browser

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

float-017-ref.html (413B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <p>The numbers from 1 to 10 should be seen below. Each number only once.</p>
      4 <div style="width:20em; line-height:20px;">
      5  <div style="float:left; width:10em;">
      6    1<br>
      7    2<br>
      8    3<br>
      9    4<br>
     10    5<br>
     11  </div>
     12  <div style="float:left;">
     13    6<br>
     14    7<br>
     15    8<br>
     16    9<br>
     17    10<br>
     18  </div>
     19 </div>