Learn CSS Flexbox by Building a Photo Gallery - Step 1

Please help with the code
You should include a space after the DOCTYPE reference.

Your code so far

<!-- file: index.html -->

<!-- User Editable Region -->

<!DOCTYPE><html lang="en"><h1>Photo-gallery</h1>
</html>
<head></head>
  <body></body>

<!-- User Editable Region -->

/* 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/113.0.0.0 Safari/537.36

Challenge: Learn CSS Flexbox by Building a Photo Gallery - Step 1

Link to the challenge:

It would be beneficial for you to google “html doctype declaration” because you are missing that goes with your doctype. Also your closing html tag should be the last thing on your page not in the middle

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