multimedia.html
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Multimedia Madness</title> </head> <body> Moving pictures and talking webpages, oh my! </body> </html>
audio
tag to embed the file on your page. Make sure it plays.
audio
tag to make the file autoplay and loop forever.
video
tag to embed the file on your page. Make sure it plays.