css的4中引入方式 链接式***** 使用连接的方法引入到HTML中。最为正确正规的方式。 嵌入式 在head中使用style标签,将代码写在其中,一般在测试中使用。 行内式 <p style="color: chocolate;background-color: aquamarine"> 导入式 Read More
posted @ 2016-11-16 18:02 gege4105 Views(163) Comments(0) Diggs(0)