今天知识点:
1.了解HTML的各种属性(a,h1-6,hr,p,等等)
2.了解css的属性(背景图片,背景颜色,主要是固点定位(background-position: -125px 0px;))
3.在写首页的头部前台的是忘记了如何叫字体居中(text-align: center;line-height: 30px;)
还有就是调整间距(margin-top: 40px;margin-left: 10px;)
浮动(float: left;):去除下划线(text-decoration: none;)
流动型变固定型(display: block;)