04 2021 档案

摘要:html5新增标签 结构标签(块状元素) 有意义的div <article> :标记定义一篇文章 1.header section aside article footer不嵌套使用 <header>:标记定义一个页面或一个区域的头部 2.header section footer(优先级最高,写在 阅读全文
posted @ 2021-04-29 19:14 guided 阅读(79) 评论(0) 推荐(0)
摘要:背景图片显示方式 列表项标记 设置元素的背景图片的显示方式:background-attachment:scroll fixed; 设置列表项的标记样式类型 说明:scroll:默认值,背景图片随滚动条滚动 list-style-type:关键字 none fixed:当页面的其余部分滚动时,背景图 阅读全文
posted @ 2021-04-16 22:13 guided 阅读(242) 评论(0) 推荐(0)