Use the <video> tag with src, controls, and optional autoplay or loop attributes.
<video>
src
controls
autoplay
loop
Example:
<video src="video.mp4" controls width="300"></video>