<!DOCTYPE html>
<p>Below, the numbers from 1 to 4 should be seen, in ascending order.</p>
<div style="-webkit-columns:4; -webkit-column-gap:0; direction:rtl; orphans:1; widows:1;">
4<br>
3<br>
2<br>
1<br>
</div>
<!DOCTYPE html>
<p>Below, the numbers from 1 to 4 should be seen, in ascending order.</p>
<div style="-webkit-columns:4; -webkit-column-gap:0; direction:rtl; orphans:1; widows:1;">
4<br>
3<br>
2<br>
1<br>
</div>