test.css
div{ color:yellow; }
在html中引入
<link href="test.css" type="text/css" rel="stylesheet" />
参考:
https://www.cnblogs.com/shenyf/p/8427143.html