Inserting Video using <VIDEO> Tag
The <VIDEO> element enables to attach video in the web page. Syntax to use the <VIDEO> tag is as
follows:
<VIDEO WIDTH="500" HEIGHT="300" CONTROLS>
<SOURCE SRC="orange.mp4" TYPE="video/mp4">
</VIDEO>
106 Touchpad Computer Applications-X