source type属性指定媒体资源的Internet媒体类型(以前称为MIME类型)。
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>测试看看 ‹/›
IEFirefoxOperaChromeSafari
Internet Explorer 9+、Firefox、Opera、Chrome 和 Safari 支持 type 属性。
注意:Internet Explorer 8 及之前的版本不支持 <source> 标签。
type属性指定媒体资源的Internet媒体类型(以前称为MIME类型)。
<source> 标签是 HTML5 中的新标签。
<source type="MIME_type">
值 | 描述 |
---|---|
MIME_type | 指定媒体资源的 MIME 类型。 常见的 MIME 类型: 视频:
|