It will play a video with two subtitle tracks.
Example:
HTML
<video width="320" height="240" controls> <source src="forrest_gump.mp4" type="video/mp4"> <source src="forrest_gump.ogg" type="video/ogg"> <track src="subtitles_en.vtt" kind="subtitles" srclang="en" label="English"> <track src="subtitles_no.vtt" kind="subtitles" srclang="no" label="Norwegian">
</video>
Examples of HTML src Attribute in Audio | HTML Attributes |
Example of HTML src Attribute in Embed | HTML Attributes |
Example of HTML src Attribute in Iframe | HTML Attributes |
Example of HTML src Attribute in Img | HTML Attributes |
Example of HTML src Attribute in Input | HTML Attributes |
Example of HTML src Attribute in Script | HTML Attributes |
Example of HTML src Attribute in Source | HTML Attributes |
Example of HTML src Attribute in Track | HTML Attributes |
HTML Attributes | HTML Attributes |
How to create HTML href Attribute | HTML Attributes |
HTML src Attribute | HTML Attributes |
How to create HTML width and height Attributes | HTML Attributes |
How to create HTML alt Attribute | HTML Attributes |
How to create HTML style Attribute | HTML Attributes |
How to create lang Attribute | HTML Attributes |
How to create HTML title Attribute | HTML Attributes |
How to create HTML Single or Double Quotes | HTML Attributes |
HTML Headings | HTML Attributes |
How to create HTML Headings | HTML Attributes |
Headings Are Important | HTML Attributes |
How to create HTML Bigger Headings | HTML Attributes |
Type
: |
html |
Category
: |
Web Tutorial |
Sub Category
: |
HTML Attributes |
Uploaded by
: |
Admin |