Spot the error in this internal CSS code:
<!DOCTYPE html>
<html>
<head>
<style>
a {
text-decoration: none;
hover: color: red;
}
</style>
</head>
<body>
<a href="#">Link</a>
</body>
</html>
Spot the error in this internal CSS code:
<!DOCTYPE html>
<html>
<head>
<style>
a {
text-decoration: none;
hover: color: red;
}
</style>
</head>
<body>
<a href="#">Link</a>
</body>
</html>