Learn CSS Flexbox by Building a Photo Gallery - Step 1. Please what do they mean by closing tags for HTML element because I've used the /> ,

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

/* file: index.Ext.html */

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


/* file: styles.Ext.css */




**Your mobile information:**
```txt
Infinix X6528 - Android 13 - Android SDK 33

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

Link to the challenge:

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!

Hey, so you are going to want the html tags to wrap around the head and body. Double check the closing tag you are using, there is an error with it.

Take a look at this small article describing the anatomy of an HTML element.