Fix the mistakes

Report a typo

Make the CSS code below valid by correcting several mistakes.

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
___

Create a free account to access the full topic