type 属性的使用:
运行一下 »
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
Internet Explorer 9+、Firefox、Opera、Chrome 和 Safari 支持 type 属性。
注意:Internet Explorer 8 及之前的版本不支持 <source> 标签。
type 属性规定媒体资源的 MIME 类型。
<source> 标签是 HTML5 中的新标签。
- <source type="MIME_type">
值 | 描述 |
---|---|
MIME_type | 规定媒体资源的 MIME 类型。 常见的 MIME 类型: 视频:
|