Prev Next

11a tables: columns-1

Wrap the first column in a <b></b> tag.

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