Media | HTML: Media is the almost everything, is like audio, video, recordings, images, animations and so on.
Here is the media.html:
- <!DOCTYPE html>
 - <html lang="en" dir="ltr">
 - <head>
 - <meta charset="utf-8">
 - <title>Media in Html</title>
 - </head>
 - <body>
 - <video src="multimedia.mp4" height="312" width="420" controls>
 - Your browser not support video files.
 - </video><br><br>
 - <audio src="nimbus.mp3" controls>
 - </audio><br><br>
 - <iframe src="https://www.youtube.com/embed/q-72epsxMUk"
 - width="420" height="312"></iframe>
 - </body>
 - </html>
 
Web view of Html:
Here is the Video:

Comments
Post a Comment