Home > Web Front-end > HTML Tutorial > HTML中引入CSS文件小故障_html/css_WEB-ITnose

HTML中引入CSS文件小故障_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:35:39
Original
1025 people have browsed it

<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><link rel="stylesheet" type="text/css" href="style.css" /><meta name="keywords" content="" /><meta name="description" content="" /><title> 黄家驹</title></head>
Copy after login



学习HTML没几天,我在桌面新建的HTML文件和CSS文件,但是用浏览器测试没那么CSS的效果啊?但是我把CSS文件中的代码粘贴到HTML中就有效果了,(这是把HTML中多余的都删了),为什么啊?


回复讨论(解决方案)

style.css
里怎么写的?

比如 
.test { color:red; }

html 这样写就可以了

红色

没贴出css代码,怎么知道哪里错

style.css
里怎么写的?

比如 
.test { color:red; }

html 这样写就可以了

红色



css 是作用在html DOM 上的, 你html 中有定义的DOM吗? 比如 
<...id>..

再确定你页面编码 与 文件的编码是否一致。

没贴出css代码,怎么知道哪里错

现在引用成功了,怎么我输入的汉字全是一些乱码啊??

css 是作用在html DOM 上的, 你html 中有定义的DOM吗? 比如 
<...id>..

再确定你页面编码 与 文件的编码是否一致。


定义了,现在CSS引用成功了,汉字全是乱码啊??

css 是作用在html DOM 上的, 你html 中有定义的DOM吗? 比如 
<...id>..

再确定你页面编码 与 文件的编码是否一致。


定义了,现在CSS引用成功了,汉字全是乱码啊??



试试



试试
为什么把utf-8换成gbk就可以了,有什么区别啊?一共有几种编码格式啊

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template