I\'m trying to display tables next to each other horizontally, but this is what I\'m getting.
To show two tables side by side, you can add the below CSS:
table.table1, table.table2{ width:49.8%; display: inline-table; }