Learn Intermediate CSS by Building a Cat Painting - Step 1

Tell us what’s happening:

my html boiler plate giving ( your body element should come after head tag) but I review my code properly .It was fully ok.why editer giving this error .i think this is editor mistake.i cant submit it and go to next step.what can i do …

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=10">
<title>Cat image</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/126.0.0.0 Safari/537.36

Challenge Information:

Learn Intermediate CSS by Building a Cat Painting - Step 1

Hello there!
In these lessons, you have to provide exactly what they need. As per the regular standards, your code is OK, but considering the lesson standards, it’s not. Why? Because you added some lines of code that you were not asked to.

The meta tags and the title element are not part of the instructions.

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