Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<p>The numbers from 1 to 10 should be seen below. Each number only once.</p>
<div style="width:20em; line-height:20px;">
  <div style="float:left; width:10em;">
    1<br>
    2<br>
    3<br>
    4<br>
    5<br>
  </div>
  <div style="float:left;">
    6<br>
    7<br>
    8<br>
    9<br>
    10<br>
  </div>
</div>