Advertisement
vencinachev

Videos and meta

Mar 29th, 2021
1,053
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.           <title>My webpage</title>
  5.           <meta charset="UTF-8">
  6.           <meta name="description" content="This is website for videos">
  7.           <meta name="keywords" content="HTML, CSS, JavaScript">
  8.           <meta name="author" content="UKTCAR">
  9.           <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10.     </head>
  11.     <body bgcolor="#f3ab45">
  12.         <h1> Videos and meta </h1>
  13.         <video width="300px" heght="200px" controls>
  14.             <source src="videos/mov.mp4" type="video/mp4">
  15.         </video>
  16.        
  17.         <br>
  18.        
  19.         <iframe width="500" height="400" src="https://www.youtube.com/embed/zUOWTV8dujM" title="YouTube video player" frameborder="7" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
  20.        
  21.         <br>
  22.        
  23.         <iframe width="956" height="538" src="https://www.youtube.com/embed/rf4u8hz2rv8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
  24.        
  25.        
  26.     </body>
  27. </html>
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement