<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">...
hari.hashnode.dev1 min read