(要注意是这个 div元素 居中,而不是里面的文本居中啊)???
如果是让div居中,为什么代码不是如下:
<style type=text/css>
table{margin:0 auto;}
</style>
<html>
<table>
<tbody>
<tr>
<td>
<div>
文本
</div>
</td>
</tr>
</tbody>
</table>
</html>
如果是让div居中,为什么代码不是如下:
<style type=text/css>
table{margin:0 auto;}
</style>
<html>
<table>
<tbody>
<tr>
<td>
<div>
文本
</div>
</td>
</tr>
</tbody>
</table>
</html>
2020-03-04
举报