CSS无法正常工作 [英] CSS is not working properly

查看:88
本文介绍了CSS无法正常工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好朋友,

我有一个简单的html页面和一个CSS文件.我不知道为什么html页面无法识别CSS.在任何浏览器中的HTML页面上都没有CSS类.

以下是html和css的代码.请让我知道我做错了.

style.css

Hello Friends,

I have a simple html page and a CSS file. I dont know why html page is not recognizing the CSS. No css class is working on this html page in any browser.

Below is the code for html and css. Please let me know what I did wrong.

style.css

.bold
{
font-size:20px;
color:red;
}



index.html



index.html

<html>
<head>
<link type="text/css" relation="stylesheet" href="style.css"/>
</head>
<body>
<b class="bold">hello world</b>
</body>
</html>





谢谢,
Jagjot





Thanks,
Jagjot

推荐答案

必须为:

It must be:

<link type="text/css" rel="StyleSheet" href="style.css" />



另外,检查"style.css"是否在正确的位置.

—SA



Also, check up if "style.css" is in right place.

—SA


这篇关于CSS无法正常工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆