- css引入地址问题:
在css引入时 地址为 :
<link href="css/innerstyle1.css" rel="stylesheet" type="text/css" />
而不是:
<link href="/css/innerstyle1.css" rel="stylesheet" type="text/css" />
本文探讨了CSS文件在网页中引入的不同路径方式,并对比了相对路径与绝对路径的区别。通过具体的例子,展示了如何正确配置CSS引入地址,以确保样式能够被正确加载。
在css引入时 地址为 :
<link href="css/innerstyle1.css" rel="stylesheet" type="text/css" />
而不是:
<link href="/css/innerstyle1.css" rel="stylesheet" type="text/css" />

被折叠的 条评论
为什么被折叠?