Current Assignment(s)
A4: Multimedia
Due 11:55PM Monday, 10.29
Due 11:55PM Monday, 10.29
1. The <video> Tags
As with most elements, the video element is created using a set of opening and closing video tags.
Single-Source
Element Breakdown
<video src="#" poster="#" width="" height="" preload controls></video>
Multiple-Source
Element Breakdown
<video poster="#" width="" height="" preload controls> <source src="#" type=""> <source src="#" type=""> </video>
html
- Previous
- Next