The <video> tag represents the video of the HTML document. If you want to embed video in HTML document then you should use <video> tag.
Example of Code
<video src="https://www.youtube.com/watch?v=9xwazD5SyVg" width="250" height="200" controls>
Output
