将div标签中的table水平居中

<div>

    <table></table>

</div>

<style>

 div {

    text-align: 'center';

 }

 table {

  margin: auto

}

</style>

原文地址:https://www.cnblogs.com/kingsmart/p/12732811.html