<div>
<table></table>
</div>
<style>
div {
text-align: ‘center‘;
}
table {
margin: auto
</style>
将div标签中的table水平居中
原文:https://www.cnblogs.com/kingsmart/p/12732811.html