Build a Video Display Using iframe - Step 2

Tell us what’s happening:

It keeps saying my iframe element isnt empty, I’ve tried rewriting it multiple times and it still keeps coming back as such, what am I doing wrong?

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Display Videos in an iframe</title>
  </head>
  <body>
    <h1>iframe Video Display</h1>

<!-- User Editable Region -->

    <iframe><iframe/>
</body>

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0

Challenge Information:

Build a Video Display Using iframe - Step 2

Check your closing tag. Does it look like other closing tags?