0% found this document useful (0 votes)
22 views

Embedded Content

Embedded content such as plugins, iframes, objects and pictures can be included in HTML documents. The <embed> element embeds external interactive content handled by plugins. The <iframe> element displays other browsing contexts within the current page. The <object> element embeds external resources that can be treated as images or handled by plugins, with <param> defining its parameters. The <picture> element contains <source> and <img> elements to specify images for different devices, with <source> providing multiple media files for pictures, audio or video.

Uploaded by

deniss071
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Embedded Content

Embedded content such as plugins, iframes, objects and pictures can be included in HTML documents. The <embed> element embeds external interactive content handled by plugins. The <iframe> element displays other browsing contexts within the current page. The <object> element embeds external resources that can be treated as images or handled by plugins, with <param> defining its parameters. The <picture> element contains <source> and <img> elements to specify images for different devices, with <source> providing multiple media files for pictures, audio or video.

Uploaded by

deniss071
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like