Play a video:
![]()
The src attribute is supported in all major browsers. However, the file format defined may not be supported in all browsers.
Note: Internet Explorer 8 and earlier versions, do not support the <video> tag.
The src attribute specifies the location (URL) of the video file.
The example above uses an Ogg file, and will work in Firefox, Opera and Chrome.
To play the video in Internet Explorer and Safari, we must use an MPEG4 file.
To make it work in all browsers - use <source> elements inside the <video> element. <source> elements can link to different video files. The browser will use the first recognized format:
The <video> tag is new in HTML5.
| Value | Description |
|---|---|
| URL | The URL of the video file. Possible values:
|
HTML <video> tag
Your message has been sent to W3Schools.