HTML Tables
<table style=”height: 45px;” border=”1″ width=”524″>
<tbody>
<tr>
<td>Row 1, Column 1</td>
<td>Row 1, Column 2</td>
</tr>
<tr>
<td>Row 2, Column 1</td>
<td>Row 2, Column 2</td>
</tr>
</tbody>
</table>
HTML Tables
Row 1, Column 1 | Row 1, Column 2 |
Row 2, Column 1 | Row 2, Column 2 |
https://www.tutorialspoint.com/html/html_tables.htm
https://developer.mozilla.org/en/docs/Web/HTML/Element/table