Embedded Content Flashcards
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.
embed
The HTML 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.
iframe
The HTML element represents a nested browsing context, embedding another HTML page into the current one.
object
The HTML 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.
param
The HTML element defines parameters for an object element.
pictures
The HTML element contains zero or more source elements and one img element to offer alternative versions of an image for different display/device scenarios.
portal
The HTML element enables the embedding of another HTML page into the current one for the purposes of allowing smoother navigation into new pages.
source
The HTML element specifies multiple media resources for the picture, the audio element, or the video element. It is an empty element, meaning that it has no content and does not have a closing tag. It is commonly used to offer the same media content in multiple file formats in order to provide compatibility with a broad range of browsers given their differing support for image file formats and media file formats.