Learn Intermediate CSS by Building a Cat Painting - Step 1

Tell us what’s happening:

The site keeps saying that my body element should come after the head element even though it already is. Please Help!

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">
    <link rel="stylesheet" href="styles.css">
    </head>
    <body>
    </body>
    </html>
    

<!-- User Editable Region -->

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6 Safari/605.1.15

Challenge Information:

Learn Intermediate CSS by Building a Cat Painting - Step 1

You added stuff that wasn’t in the instructions. It’s confusing the tests. Only add exactly what the instructions ask for and no more.

1 Like

got you :+1: It worked! thanks

2 Likes

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