Module moxie_dom::elements::embedding  [−][src]
Expand description
In addition to regular multimedia content, HTML can include a variety of other content, even if it’s not always easy to interact with.
Structs
The HTML <embed> element embeds external content at the specified point in the
document. This content is provided by an external application or other source of interactive
content such as a browser plug-in.
The HTML <embed> element embeds external content at the specified point in the
document. This content is provided by an external application or other source of interactive
content such as a browser plug-in.
The HTML Inline Frame element (<iframe>) represents a nested browsing context,
embedding another HTML page into the current one.
The HTML Inline Frame element (<iframe>) represents a nested browsing context,
embedding another HTML page into the current one.
The HTML <object> element represents an external resource, which can be treated as
an image, a nested browsing context, or a resource to be handled by a plugin.
The HTML <object> element represents an external resource, which can be treated as
an image, a nested browsing context, or a resource to be handled by a plugin.
The HTML <param> element defines parameters for an <object> element.
The HTML <param> element defines parameters for an <object> element.
The HTML <picture> element contains zero or more <source> elements and
one <img> element to provide versions of an image for different display/device
scenarios.
The HTML <picture> element contains zero or more <source> elements and
one <img> element to provide versions of an image for different display/device
scenarios.
The HTML <source> element specifies multiple media resources for the
<picture>, the <audio> element, or the <video> element.
The HTML <source> element specifies multiple media resources for the
<picture>, the <audio> element, or the <video> element.
Functions
The HTML <embed> element embeds external content at the specified point in the
document. This content is provided by an external application or other source of interactive
content such as a browser plug-in.
The HTML Inline Frame element (<iframe>) represents a nested browsing context,
embedding another HTML page into the current one.
The HTML <object> element represents an external resource, which can be treated as
an image, a nested browsing context, or a resource to be handled by a plugin.
The HTML <param> element defines parameters for an <object> element.
The HTML <picture> element contains zero or more <source> elements and
one <img> element to provide versions of an image for different display/device
scenarios.
The HTML <source> element specifies multiple media resources for the
<picture>, the <audio> element, or the <video> element.