Current Assignment(s)
A4: Multimedia
Due 11:55PM Monday, 10.29
Due 11:55PM Monday, 10.29
4. Width and Height
The width and height attributes specify the size of the player’s width=""
and height=""
in pixels.
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