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>

 

posted @ 2019-01-10 17:28  马玉刚  阅读(154)  评论(0编辑  收藏  举报