A table is an excellent way to present a lot of information in an organized way. Sales data, web page traffic, stock market trends, and student’s grades are examples of information that are often presented in tables.
When adding a table to a web page using HTML, it may be more visually appealing to center it on the page. Centering text and pictures is usually done via the text-align class or through CSS, but centering a table requires a different approach. Details are provided below for how to center a table on a web page.
Centering a table in HTML
When adding a table to a web page, by default, it’s aligned to the left side of the page or container, as shown below.
The HTML source code for the table above is the following.
HITS | MONTH | TOTAL INCREASE |
324,497 | January 1998 | - |
436,699 | February 1998 | 112,172 |
To center this table, you would need to add ;margin-left:auto;margin-right:auto; to the end of the style attribute in the