关于href、src、url属性的使用总结

2016-09-01  本文已影响0人  尹萨萨

使用href的情况包括

<link rel="stylesheet" type="text/css" href="example.css">
<a href="http://www.baidu.com"></a>

使用src的情况包括

<script type="text/javascript" scr="example.js"> </script>
<img src="example.jpg" alt="替换文本,在图片无法显示时出现"></img>

使用url的情况包括

@import url(example.css)

版权归本人所有,如需转载请添加链接出处 链接

上一篇 下一篇

猜你喜欢

热点阅读