问题:样式表没有在页面上显示样式。
选中:它正确链接,甚至在检查页面时显示在源下,我已经尝试清除缓存以确保它不是那样。
代码:
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../style/reglog_style.css">
<link rel="stylesheet" type="text/css" href="http://t-off.tk/style/style.css">
<title>Register</title>
</head>
<body cz-shortcut-listen="true">
<h1>This is the webpage header</h1>
<h2>This is the page content</h2>
<h1> This is the footer at the bottom of the page, it is under construction </h1>
</body>
</html>
样式表:
的style.css:
<style>
body {
background: #2d343d;
}
</style>
reglog_style.css:
<style>
body {
background: #2d343d;
}
</style>
任何有关正在发生的事情的想法都会受到高度赞赏,我在这里不知所措。 谢谢!
答案 0 :(得分:0)
由@SamiKuhonen回答我不得不删除
<style></style>