Build a video display using iframe- step 5

My code is not working, The instruction was to use the allow attribute and include the following values: accelerometer, autoplay and clipboard-write, bust something still seems to be wrong. Please help.

<iframe
  width="560"

  height="315"

  src=" https://www.youtube.com/embed/I0_951_MPE0 "

  allow="accelerometer; autoplay; clipboard-write"

></iframe>

I see you have extra spaces in the link

try without semicolons

1 Like

Thank you very much. It worked.

1 Like