📜  HTML source 标签

📅  最后修改于: 2020-11-04 00:47:34             🧑  作者: Mango

HTML标签

HTML标签用作子元素,可为以下元素定义多个媒体资源

它用于以不同的格式(例如mp3,mp4等)提供相同的媒体内容。

当我们嵌入具有相同内容但格式不同的多个资源时,浏览器可能会选择最兼容的格式并显示或播放该媒体文件。

标签是在HTML5中引入的。

句法

   

以下是有关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 is child of element.
type video/ogg
video/mp4
video/webm
audio/ogg
audio/mpeg
It determines the media type of resource.

全局属性:

标签支持HTML中的Global属性。

事件属性:

标签支持HTML中的事件属性。

支持的浏览器

Element chrome browser Chrome ie browser IE firefox browser Firefox opera browser Opera safari browser Safari
Yes Yes Yes Yes Yes