Format guide
HTML table
HTML <table> element
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 a HTML table file
Open in any browser to render. View Source to see the markup. Email-template tools render HTML tables to email-client-safe layouts.
Primary use
Rendering tabular data in web pages and HTML emails.
Convert other formats to HTML table
Convert HTML table to other formats
Looking for something else? Browse the full list of 192 converters.