HTML
Tips
Een tabel centreren met CSS
table
{
width : 50%;
margin-left: auto;
margin-right: auto;
}