عمودي ترتيب
ان لائن، ان لائن-بلاڪ، ان لائن-ٽيبل، ۽ ٽيبل سيل عناصر جي عمودي ترتيب کي آساني سان تبديل ڪريو.
يوٽيلٽيز سان عناصر جي ترتيب کي تبديل ڪريو vertical-alignment. مهرباني ڪري نوٽ ڪريو ته عمودي-حاصل صرف ان لائن، ان لائن-بلاڪ، ان لائن-ٽيبل، ۽ ٽيبل سيل عناصر کي متاثر ڪري ٿو.
مان چونڊيو .align-baseline, .align-top, , .align-middle, .align-bottom, .align-text-bottom, ۽ .align-text-topجيئن ضرورت هجي.
ان لائن عناصر سان:
 
      بيس لائين  
      مٿي  
      وچولي  
      هيٺيون  
      ٽيڪسٽ-چوٽي  
      ٽيڪسٽ-هيٺ 
     
 
     <span class="align-baseline">baseline</span>
<span class="align-top">top</span>
<span class="align-middle">middle</span>
<span class="align-bottom">bottom</span>
<span class="align-text-top">text-top</span>
<span class="align-text-bottom">text-bottom</span>ٽيبل سيلز سان:
| بيس لائين | مٿي | وچون | هيٺيون | ٽيڪسٽ مٿي | متن جي هيٺان | 
<table style="height: 100px;">
  <tbody>
    <tr>
      <td class="align-baseline">baseline</td>
      <td class="align-top">top</td>
      <td class="align-middle">middle</td>
      <td class="align-bottom">bottom</td>
      <td class="align-text-top">text-top</td>
      <td class="align-text-bottom">text-bottom</td>
    </tr>
  </tbody>
</table>