CSS导入使用及引用的两种方法

方法一
<link rel="stylesheet" type="text/css" href="test.css">
方法二
<style type="text/css"> @import url("http://localhost/demo.css"); </style>

 

posted @ 2015-12-23 14:33  侠岚之弋痕夕  阅读(162)  评论(0编辑  收藏  举报
Where is the starting point, we don't have a choice, but the destination where we can pursue!