为什么我的HTML文件找不到CSS文件?

时间:2015-07-04 01:25:52

标签: html

HTML文件

<!DOCTYPE html>

    <html>
    <head>
       <link rel=“stylesheet” href=“style.css” type=“text/css”>
    </head>

    <body>

       <p>Red</p>

    </body>

    </html>

CSS文件

p {
   color: red;
}

这两个文件位于同一目录中,“Red”字样不会变为红色。由于某种原因,我的CSS文件没有链接到html文件。

2 个答案:

答案 0 :(得分:0)

在浏览器中按F12或右键单击 - &gt;检查代码。检查

并确保列出您的CSS路径和样式属性..

答案 1 :(得分:0)

此致:

for (int c = 0; c < text.Length; c+=2)
    result.Append((char)(Convert.ToUInt16(text.Substring(c, 2), 16) ^ (ushort)key[ (c/2) % key.Length]));

正确:

<link rel=“stylesheet” href=“style.css” type=“text/css”>

&#34;是对的。

“错了。