前段站点文件

前端站点文件?    

               html

               css

               js

html

             html结构

               html单标签和双标签
               html块元素和内敛元素?
               div p ul li ol dl dt dd h1-h6 form table tr thead tbody tfoot
               a img input select option td texterea span
               br hr  
               html标签自带属性

html和css链接

            外部链接 3

              内嵌         2
              行内链接  1

css

            盒模型             

width
height
padding
border
margin

             

               背景
background-color

                                image
                                repeat
                                position
                                size
                                rgba
                                rgb

                文本

text-align
line-height
font-family
color
font-size
font-weight
text-decoration

                元素之间的转化

display:inline
                        inline-block
                        none
                        block

                浮动

float
clear:both;

visibility
overflow
list-style-type
opacity
outline

                 定位

position

css选择器

全局
元素 1
类、class 10
id 100
包含
兄弟
相邻
伪类
群组
属性
子元素选择器

  

猜你喜欢

转载自www.cnblogs.com/qiaoxiaotuo/p/9343608.html
今日推荐