Learn Intermediate CSS by Building a Cat Painting - Step 1

It seems to be the correct HTML structure, but it gives an error that body should come after head element


<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Cafe menu</title>
</head>
<body>
</body>
</html>

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36

Challenge: Learn Intermediate CSS by Building a Cat Painting - Step 1

Link to the challenge:

1 Like

The challenge didnt give you any instructions to add these two things

3 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.