- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>音视频</title>
- </head>
- <body>
- <audio controls autoplay loop>
- <source src="audio/test-audio.mp3"></source>
- </audio>
- <video width="400" controls>
- <source src="video/puppy.mp4"></source>
- </video>
- </body>
- </html>
|