Learn Intermediate CSS by Building a Cat Painting - Step 1

Tell us what’s happening:

I keep getting the error “You should have the DOCTYPE declaration of html”. What exactly is wrong with this code? I didn’t include anything extra.

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
<html lang = "en">
    <head></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/134.0.0.0 Safari/537.36 Edg/134.0.0.0

Challenge Information:

Learn Intermediate CSS by Building a Cat Painting - Step 1

Close the spaces on each side of your = sign in the lang attribute.