我不能鏈接我的http文件與我的css文件。請幫助這裏是我的HTTP我的HTML和CSS文件不會鏈接
<doctype!html>
<html lang =eng>
<head>
<title> hello world </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<p id="tuna">my name</P>
<p>weff</p>
<p>stormy</p>
</body>
</html>
現在的css文件
#tuna{color:green;}