Advertisement
Guest User

Untitled

a guest
Apr 9th, 2020
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.39 KB | None | 0 0
  1. <!-- 1st Solution -->
  2.  
  3. <!DOCTYPE html>
  4. <html lang="en">
  5.  
  6. <head>
  7.     <meta charset="UTF-8">
  8.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9.     <link rel="stylesheet" href="style.css">
  10.     <script src="main.js"></script>
  11.     <title>Video Modal Popup</title>
  12. </head>
  13.  
  14. <body>
  15.     <div id="modal">
  16.         <video controls>
  17.             <source src="Video/popupvideo.mp3">
  18.         </video>
  19.     </div>
  20. </body>
  21.  
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement