Here’s the code:
<html>
<head>
<title>Changing the colors!</title>
</head>
<body>
<h1 stlye="color:green;font-size:16px">Big Heading</h1>
<p style="color:violet">A giant bear and a little duck were friends.</p>
<p style="color:red;font-size:10px">But the bear got hungry and ate the duck.</p>
</body>
</html>```
When I run the code, the big Heading shows up black instead of green, why is this?