<embed> in HTML

Embed tag was used to embed external content like videos in a position. We can also use this to include widgets and other interactive contents.

<embed type="video/webm" src="/media/cc0-videos/flower.mp4" width="250" height="200">

Most modern browsers have stopped support for browser plugins so it is recommended to use below tags instead

It is better to use the <img> tag to display a picture,<iframe> tag for HTML and <video> and <audio>tags for video and audio respectively