使用href的情况包括
- <link>元素
<link rel="stylesheet" type="text/css" href="example.css">
-
<a>
链接元素
<a href="http://www.baidu.com"></a>
使用src的情况包括
- <script>元素
<script type="text/javascript" scr="example.js"> </script>
-
<img>
元素
<img src="example.jpg" alt="替换文本,在图片无法显示时出现"></img>
使用url的情况包括
- @import 元素
@import url(example.css)
版权归本人所有,如需转载请添加链接出处 链接