Learn Intermediate CSS by Building a Picasso Painting - Step 1

Tell us what’s happening:
Your DOCTYPE declaration should be at the beginning of your HTML.
I keep working on the text, switched the elements, the spacing in the doctype, looked at other forums and its still reporting as wrong, can I get some clarification here? Thanks :slight_smile:

Your code so far

<!-- file: index.html -->
<!DOCTYPE >
<html lang="en">
  <head>
    <body>
      </body>
      </head>
      </html>

/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36

Challenge: Learn Intermediate CSS by Building a Picasso Painting - Step 1

Link to the challenge:

The <!DOCTYPE> should have html in it.

I literally just barely found out what was wrong after like 30 minutes of trying haha. Thank you!

1 Like

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