HTML-代码:
<!DOCTYPE html>
<html lang="no">
</head>
<title>Thomas</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<h4>A major headline</h4>
<p> Some text
CSS:
body {
font-family: monospace;
}
由于某些奇怪的原因,当我尝试加载此页面时,我的 css 属性不会显示。html 文件保存为 thomas.html,而 css 文件保存在与 thomas.html 相同的文件夹中的 style.css
为什么它不起作用?:(