How can I center the table within a div using html?
table
div
I have placed my content within a div tag and set the text-align
text-align
Add margin: 0px auto to your table tag
margin: 0px auto