<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>多媒体相关的标签-12个</title>
</head>
<body>
<b>多媒体相关的标签(12个):<b><br>
<a href="http://www.zhywprogram.com/html" target="_blank">html标签大全讲解</a><br><br>
html标签大全讲解<br>
<img src="http://www.zhywprogram.com/html/images/chnmap.jpg" alt="logo 图标" border="0" usemap="#Map"><br>
<map name="Map"><area shape="circle" coords="497,217,11" href="02-5-1.html"></map><br><br>
<audio controls="controls" src="http://www.zhywprogram.com/html/files/audio.mp3"></audio><br><br>
<video controls="controls">
<source src="http://www.zhywprogram.com/html/files/video.mp4"></source>
</video><br><br>
<progress value="25" max="100"></progress><br><br>
<embed width="200" height="200" src="http://www.zhywprogram.com/html/files/flash.swf"><br><br>