Learn CSS Flexbox by Building a Photo Gallery - Step 1

Am I missing something here? It says i need to close my html . Granted im still learning but t o troubleshoot I went to past projects and they are the same. I’m using the same device and browser as I have been. I’ve played around with spaces as well

Your code so far

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

<!-- User Editable Region -->

<!DOCTYPE html>
<html lang = "en">
  <head>
    </head>
  <body>
    </body>

<!-- User Editable Region -->

/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:122.0) Gecko/20100101 Firefox/122.0

Challenge Information:

Learn CSS Flexbox by Building a Photo Gallery - Step 1

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Hi! You just have to close html tag. You can see an example here:
W3 Schools HTML <!DOCTYPE> Declaration

1 Like

Thank you it seems so obvious in hindsight.

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