<ul>:无序列表
<ol>:有序列表
<li>:行。
想要去掉前面的序号和点可以在<ol>或<ul>style中用list-style: none,想让内容居中,必须要加 text-align: center; padding: 0px;