Prev Next

11c tables: columns-3

Wrap the first two columns in <i></i> tags.

<table>
  ...
  <tr>
    <td><i>Daniel</i></td>
    <td><i>Moi</i></td>
    ...
👉 Go to my code