Make the CSS code below valid by correcting several mistakes.
Code style
Fix the mistakes
Report a typo
Write HTML and CSS code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CSS: Code style</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="menu">
<div class="menu-item">Home page</div>
<div class="menu-item">About & contacts</div>
<div class="menu-item">Catalog</div>
<div class="menu-item">My cart</div>
</div>
</body>
</html>
Completed 0 of 4
Indents
Indents
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.