An HTML table uses `<table>`, `<thead>`, `<tbody>`, `<tr>`, `<th>`, `<td>` elements to render tabular data in a browser. Predates CSS layouts and remains the right tool for actual tabular data (with appropriate ARIA for accessibility). Email clients still depend heavily on tables for layout because CSS support varies.
How to open
Open in any browser to render. View Source to see the markup. Email-template tools render HTML tables to email-client-safe layouts.