Learn CSS Flexbox by Building a Photo Gallery - Step 1

I don’t know what I’m missing with the boilerplate here. It says the html element is missing a closing tag. What am I doing wrong?

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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36

Challenge Information:

Learn CSS Flexbox by Building a Photo Gallery - Step 1

Welcome to the forum @jange21

Place a closing html tag after the body element.

Happy coding

Hi! Yes, add the closing </html> tag after the body tags

Thank you for the help!

1 Like

Thank you for the help :slight_smile:

1 Like

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