CSS Boxmodel #1 issue

Tell us what’s happening:
Describe your issue in detail here.
Console is saying " Your head element should come before your body element."

But I got it like that and it’s still wrong. Can somebody help?

  **Your code so far**
<!DOCTYPE html>
<html>
<head></head>
<body></body>
</html>

  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0

Challenge: Step 1

Link to the challenge:

Hey there! Welcome to the forums :wave: :slightly_smiling_face:

You code passes the step for me :thinking:
Might work to try reloading or clearing cache.
Do you have any browser extensions on that could be interfering with the tests?

1 Like

Ok it was my Dark Mode (WebExtension). Link: Dark Mode (WebExtension) – Holen Sie sich diese Erweiterung für 🦊 Firefox (de)

I removed it and it works now.

Thank you sir :slight_smile:

1 Like

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