<p class=h1>文字</p>
或者在其它的标签里加上这个属性就行了.
比较<div> <span>之类的.
需要准备的材料分别有:电脑、浏览器、html编辑器。
1、首先,打开html编辑器,新建html文件,例如:index.html。
2、在index.html中的<style>标签中,输入css代码:body {text-align: center} table {margin: auto}。
3、浏览器运行index.html页面,此时成功用css让表格居中了。