随笔分类 -  html5与CSS3权威指南

摘要:提倡样式与元素绑定,避免混乱属性选择器:[id=xx] [id^=xx] [id$=xx] [id*=xx]伪元素选择器::first-letter/first-line/before/after结构性伪类选择器::root/not/empty/target/结构性伪元素选择器::first-child/last-child/nth-child/nth-last-child:nth-child(num|even|odd)/nth-last-child(num|even|odd):nth-child(an+b)/nth-last-child(an+b)//循环选择器:nth-of-type/nt 阅读全文
posted @ 2012-03-15 22:26 wuhao12 阅读(105) 评论(0) 推荐(0)
摘要:css3采用模块化结构,便于拆分或拼装,分工协作。浏览器可按需要加以实现。 阅读全文
posted @ 2012-03-15 22:25 wuhao12 阅读(155) 评论(0) 推荐(0)
摘要:主体: article:独立,完整的内容,例如贴子 header ... footer section:表示内容分块,分段 nav 阅读全文
posted @ 2012-03-15 21:58 wuhao12 阅读(138) 评论(0) 推荐(0)
摘要:兼容性:通用规范语义化:新标签功能:新API 阅读全文
posted @ 2012-03-15 21:57 wuhao12 阅读(193) 评论(0) 推荐(0)
摘要:语法新标签与废除标签新属性与废除属性全局属性 阅读全文
posted @ 2012-03-15 21:57 wuhao12 阅读(136) 评论(0) 推荐(0)