Source
Tag: <source>
The source tag specifies resources for media elements.
The tag should generally contain the src (link to resource) and type (type of content) attributes.
The source tag is self enclosed and so no ending tag is required.
This tag is new in HTML5