Build a Video Display Using iframe - Step 1

Tell us what’s happening:

can someone check my code please? I dont understand why my h1 element is not passing. I’ve tried moving it from the head to the body but its still not working

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>

<!-- User Editable Region -->

  <h1> iframe Video Display </h1>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36

Challenge Information:

Build a Video Display Using iframe - Step 1

Hi @maria.sab and welcome to our community!

Your code is not passing because you have unnecessary spaces inside your h1 element.

1 Like