<div id="video" src="https://youtu.be/zEw8zHLxPWc"</div>
i also use the iframe but still not working.
Your opening <div>
tag misses a closing bracket, but I’d rather suggest you try HTML’s <video>
tag:
<video controls id="video" src="https://youtu.be/zEw8zHLxPWc"></video>
1 Like
……
this actually work now,thanks
thanks i got it