#css样式文本颜色 color:red;背景颜色 background-color:red;字体大小 font-size;16px;宽度 width:100px;高度 height:100px;#css选择器标签:eg:divid选择器:eg:#id后代选择器:eg:#header a{}子代选择器:eg:#footer>a{}伪类选择器: 鼠标划过的效果eg:#header a:hover{ }