CSS样式的引入方式

 

test.css

div{
    color:yellow;
}

在html中引入

<link href="test.css" type="text/css" rel="stylesheet" />

 

 

参考:

https://www.cnblogs.com/shenyf/p/8427143.html

posted @ 2019-09-11 00:13  anobscureretreat  阅读(157)  评论(0编辑  收藏  举报