Current Assignment(s)
A5: Multimedia
Due: Recommended by Monday, 5.28
Due: Recommended by Monday, 5.28
Source
<video src="#" poster="#" width="..." height="..." preload controls ></video>
The <video>
element takes a src=""
attribute, which accepts a URL (relative or absolute) to a single video file.
NOTE: It is always recommended you have at least two versions of a video file, and should use the <source />
element instead, which we’ll go over in the next few pages.
- Previous
- Next