颜色: color: red;
边框: border: 1px red solid;
宽度: width: 300px;
高度: height: 300px;
背景颜色: background-color: yellow;
字体大小: font-size: 50px;
设置居中: margin-left: auto; margin-right: auto;
文本居中: text-align: center;/**/
超链接去下划线: text-decoration: none;
设置边框: border: 1px red solid;
将边框合并: border-collapse: collapse;
设置边框: border: 1px red solid;
列表去除修饰: list-style: none;