<embed> tag in HTML5
The <embed> tag is a new tag in HTML5, which is used to define a container for an external application like <audio> or <video> into an HTML document.
Important Description
- The <embed> tag is new in HTML5.
- The <embed> tag has not been a part of the HTML 4 specification.
- It is included in HTML5 as a standard.
- Open tag required, close tag forbidden