Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>My webpage</title>
- <meta charset="UTF-8">
- <meta name="description" content="This is website for videos">
- <meta name="keywords" content="HTML, CSS, JavaScript">
- <meta name="author" content="UKTCAR">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- </head>
- <body bgcolor="#f3ab45">
- <h1> Videos and meta </h1>
- <video width="300px" heght="200px" controls>
- <source src="videos/mov.mp4" type="video/mp4">
- </video>
- <br>
- <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>
- <br>
- <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>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement