Embedded Content
Embedded Content
In addition to regular multimedia content, HTML can include a variety of other content,
even if it's not always easy to interact with.
Element Description
<embed> The HTML <embed> element embeds external content at the specified point in the documen
external application or other source of interactive content such as a browser plug-in.
<iframe> The HTML Inline Frame element (<iframe>) represents a nested browsing context, embed
current one.
<object> The HTML <object> element represents an external resource, which can be treated as an
or a resource to be handled by a plugin.
<param> The HTML <param> element defines parameters for an <object> element.
<picture The HTML <picture> element contains zero or more <source> elements and one <img> elem
> an image for different display/device scenarios.
<source> The HTML <source> element specifies multiple media resources for the <picture>, the <aud
the <video> element.