back

Code


HTML
Web

<video <!-- Height and width can be added here (optional) -->controls>
<source src="Link to the video" type="video/Type of video">
</video>
<!-- "Type" tells the browser what type of video it is, for example type="video/mp4"
-->