| OLD | NEW | 
|---|
| (Empty) |  | 
|  | 1 <!DOCTYPE html> | 
|  | 2 <style> | 
|  | 3 .columns { | 
|  | 4     line-height: 20px; | 
|  | 5     height: 200px; | 
|  | 6 } | 
|  | 7 .column { | 
|  | 8     float: left; | 
|  | 9     width: 50%; | 
|  | 10 } | 
|  | 11 </style> | 
|  | 12 <div class="columns"> | 
|  | 13     <div class="column"> | 
|  | 14         This content should be split into two columns.<br> | 
|  | 15         This content should be split into two columns.<br> | 
|  | 16         This content should be split into two columns.<br> | 
|  | 17         This content should be split into two columns.<br> | 
|  | 18         This content should be split into two columns.<br> | 
|  | 19         This content should be split into two columns.<br> | 
|  | 20         This content should be split into two columns.<br> | 
|  | 21         This content should be split into two columns.<br> | 
|  | 22         This content should be split into two columns.<br> | 
|  | 23         This content should be split into two columns.<br> | 
|  | 24     </div> | 
|  | 25     <div class="column"> | 
|  | 26         This content should be split into two columns.<br> | 
|  | 27         This content should be split into two columns.<br> | 
|  | 28         This content should be split into two columns.<br> | 
|  | 29         This content should be split into two columns.<br> | 
|  | 30         This content should be split into two columns.<br> | 
|  | 31         This content should be split into two columns.<br> | 
|  | 32         This content should be split into two columns.<br> | 
|  | 33         This content should be split into two columns.<br> | 
|  | 34         This content should be split into two columns.<br> | 
|  | 35         This content should be split into two columns.<br> | 
|  | 36     </div> | 
|  | 37 </div> | 
| OLD | NEW | 
|---|