We can include multiple <source>
elements as children of <video>
element.
Each <source>
element should have the following attributes:
src
: This attribute accepts a valid URL specifying the content source as a string.
type
: This attribute specifies the video type of the source file.
The player will automatically choose and play the first source that is error free.