09 audio和vedio标签
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>audio和video</title> </head> <body> <audio src="" controls>音频播放器</audio> <video src="" controls>视频播放器</video> </body> </html>