Embedded Content Flashcards

1
Q

Embedded Content

A

In addition to regular multimedia content, HTML can include a variety of other content, even if it’s not always easy to interact with.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

embed

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

iframe

A

The HTML element represents a nested browsing context, embedding another HTML page into the current one.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

object

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

param

A

The HTML element defines parameters for an object element.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

pictures

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

portal

A

The HTML element enables the embedding of another HTML page into the current one for the purposes of allowing smoother navigation into new pages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

source

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly