I can’t save and submit code. Everything is right, or not?
please help.
Next tasks have the same problem. I do everything right, but it wont compile
<!DOCTYPE html>
<html>
<head>
<title>Sexy background color!</title>
</head>
<body style="backgroung-color:brown">
<h3>Favorite Football Teams</h3>
<ol style="backgroung-color:yellow">
<li>The Hawthorn Football Club</li>
<li>San Franscisco 49ers</li>
<li>Barcelona FC</li>
</ol>
</body>
</html>