css表格居中的方法:
1、首先,打开html编辑器,新建html文件,例如:index.html。

2、在index.html中的<style>标签中,输入css代码:
body {text-align: center;} table {margin: auto;}

3、浏览器运行index.html页面,此时成功用css让表格居中了。

css表格居中的方法:
1、首先,打开html编辑器,新建html文件,例如:index.html。

2、在index.html中的<style>标签中,输入css代码:
body {text-align: center;} table {margin: auto;}

3、浏览器运行index.html页面,此时成功用css让表格居中了。
