Prev Next

11d tables: columns-4

Wrap the columns in: <b></b>, <i></i>, <u></u>, and <b></b> tags.

<table>
  ...
  <tr>
    <td><b>Daniel</b></td>
    <td><i>Moi</i></td>
    <td><u>1978 - 2002</u></td>
    <td><b>24 years</b></td>
👉 Go to my code