案例:html案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<embed height="100" width="100" src="/img/horse.mp3"></embed>
6
<p><b>注释:</b>浏览器可能需要安装插件以后,才能播放该文件。</p>
7
8
</body>
9
</html>
10