Advertisement
Arnab_Manna

Insert a video in html

Jun 3rd, 2021
1,132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.                 <title>Page title</title>
  5. </head>
  6. <body>
  7.                 <iframe width="560" height="315" src="https://www.youtube.com/embed/78ahEPj1npI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
  8.        
  9.       <iframe height="315" src="https://www.bing.com"></iframe>
  10.       <br>
  11.       <video src="ronty.mp4" controls autoplay>error</video>
  12.      
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement