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
Edit the table tag like below
<table border="1" align="center">
and then check.
<div style="text-align:center"> <table style="display: inline-table;"> </table> </div>