After following, you can keep track of his dynamic information in a timely manner
Courses in the relevant section:html basics
块元素 单独一行 可以设置宽高生效 行元素 可以存在于一行 设置宽高不生效 靠内容撑开 行内块元素
2018-10-210个赞
Courses in the relevant section:Common tags and attributes in HTML (text font formatting)
font-weight 粗体 background 字体背景色
2018-10-210个赞
Courses in the relevant section:Common tags and attributes in HTML (table)
属性选择器 a[href=“#”]
2018-10-210个赞
Courses in the relevant section:Convert block-level elements to inline elements and back
display :block 块元素 display : inline 行内元素 display : inline-block 行内块元素 display : none 隐藏块
2018-10-220个赞
Courses in the relevant section:Positioning in CSS
relative 相对定位 相对于本身的位置 absolute 绝对定位 相对于父级元素
2018-10-220个赞