Learn Intermediate CSS by Building a Cat Painting - Step 1

Tell us what’s happening:

it is saying that the body should come after the head and showing error

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <!-- Your other head content goes here -->
</head>
<body>
    <!-- Your body content goes here -->
</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:

Do not add things that the instructions do not ask you to add, for example, the meta tags.

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