1.学习了CSS的列表
ul.a {list-style-type: circle;}
ul.b {list-style-type: square;}
ol.c {list-style-type: upper-roman;}
ol.d {list-style-type: lower-alpha;}
2.学习了CSS的表格
可以调节表格的长度和宽度对齐颜色等等属性。