📅  最后修改于: 2020-11-04 00:47:34             🧑  作者: Mango
HTML
它用于以不同的格式(例如mp3,mp4等)提供相同的媒体内容。
当我们嵌入具有相同内容但格式不同的多个资源时,浏览器可能会选择最兼容的格式并显示或播放该媒体文件。
以下是有关HTML的一些规范
Display | Inline |
Start tag/End tag | Empty tag( Only start tag) |
Usage | Media resource |
HTML source tag
Example of source tag
输出:
Attribute | Value | Description |
---|---|---|
media | Media_query | It determines that for which media/device the linked source is optimized. |
sizes | It specifies acceptable image sizes for different page layout. | |
src | It determines the URL of media files. | |
srcset | Specifies the URL of the image for different situations. It is only used when | |
type | video/ogg video/mp4 video/webm audio/ogg audio/mpeg |
It determines the media type of resource. |
Element | Chrome | IE | Firefox | Opera | Safari |
Yes | Yes | Yes | Yes | Yes |