<!doctype html>
<html>
<title>some title</title>
<link href="index.css" rel="stylesheet">
<style>
// some styles...
</style>
<body>
<style>
// some styles...
</style>
...
</body
</html>
使用w3c validation service我已經得到了錯誤:風格缺少必需的屬性
Element style is missing required attribute
缺少什麼?
我不得到這個錯誤消息。我收到消息「元素樣式缺少必需的屬性作用域」,這是非常明顯的。 –