<table>
  <tr>
    <th>ID</th>
    <th>Description</th>
    <th>Price</th>
  </tr>
  <tr>
    <td>1</td>
    <td>Computer</td>
    <td>$999</td>
  </tr>
  <tr>
    <td>2</td>
    <td>Tablet</td>
    <td>$499</td>
  </tr>
</table>
col.nth-col(1) {
  background-color: lightyellow;
}

col.nth-last-col(1) {
  background-color: lightgreen;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.