Prev Next

11h tables: rows-4

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

<table>
  ...
  <tr>
    <td><b>Jomo</b></td>
    ...

  <tr>
    <td><i>Daniel</i></td>
    ...

  <tr>
    <td><u>Daniel</u></td>
    ...

  <tr>
    <td><b>Daniel</b></td>
    ...
👉 Go to my code