znacznik embed
kod html
<embed src="video.mp4" muted/>
<embed controls src="video.mp4" height="50" width="130" muted/>



znacznik video
kod html
<video src="video.mp4" autoplay/>
<video controls src="video.mp4" height="300" width="500" muted/>
<video controls loop autoplay width="400" height="200" src="video.mp4" />