初识HTML和CSS #(HTML文档类型和meta标签) html文档类型总结.html meta标签 #CSS W3School的CSS教程 CSS如何工作及如何将CSS应用到HTML(3种方式) ##CSS选择器 CSS派生选择器 CSS后代选择器 CSS子元素选择器 “>” CSS相邻兄弟选择器 “+” CSS3 nth-child() 选择器 CSS3 nth-of-type选择器 nth-child 和 nth-of-type的区别 选择器的优先级 ##CSS伪类 CSS伪类"active", “focus”, “hover”, “link”, “visited”, “first-child”, “lang” CSS伪元素":first-letter", “:first-line”, “:before”, “:after”