你们中间有人发现错误吗?如果有一个...我在这里去香蕉...当上传到服务器时,CSS页面没有链接到html。并且W3验证说“找不到字符编码!回到UTF-8。” ???
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Text</title>
<meta name="description" content="Another text">
<meta name="author" content="Content Text">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<meta name="viewport" content="initial-scale=1" />
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:800' rel='stylesheet' type='text/css'><!-- About page Services -->
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'> <!-- H1, h2 -->
<link href='http://fonts.googleapis.com/css?family=Molengo' rel='stylesheet' type='text/css'><!-- p -->
<!-- Stylesheets -->
<link href="css/normalize.css" rel="stylesheet" type="text/css" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/grid.css" rel="stylesheet" type="text/css" />
<link href="css/style3.css" rel="stylesheet" type="text/css" />
你需要
@charset“utf-8”; / * CSS Document * /
在启动css文件之前?
<?php include('inc/header.php'); ?>
<div id="index" class="container">
<div class="container">
可以做的不是吗?这包括行在页面顶部和所有其他内容
答案 0 :(得分:0)
您的索引文件未被解析为php。 1)你给它一个.php扩展名吗? 2)你的服务器上安装了php吗?