html引用css:

  1.内部引用 style引用

  2.外部引用 link

  3.内嵌 代码直接写进html中

  4.@import

css选择器:

  1.元素选择器h1{},应用到当前文档所有的h1

  2.类选择器:.类名{} class可以复用

  3.ID选择器 id只能是唯一的 #id名{}

posted on 2018-03-26 17:10  香蕉小姐姐丶  阅读(100)  评论(0)    收藏  举报