Results 1 - 11 of 11

<area>

The HTML <area> element defines a hot-spot region on an image, and optionally associates it with a hypertext link. This element is used only within a <map> element.
Content Element embedded HTML Multimedia Reference Web

<iframe>

The HTML Inline Frame Element (<iframe>) represents a nested browsing context, effectively embedding another HTML page into the current page. In HTML 4.01, a document may contain a head and a body or a head and a frameset, but not both a body and a frameset. However, an <iframe> can be used within a normal document body. Each browsing context has its own session history and active document. The browsing context that contains the embedded content is called the parent browsing context. The top-level browsing context (which has no parent) is typically the browser window.
Content Element embedded HTML Reference Web

<img>

The HTML <img> element represents an image in the document.
Content Element embedded Graphics HTML Reference

<object>

The HTML Embedded Object Element (<object>) represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin.
Element HTML HTML embedded content Reference Web

<param>

The HTML <param> Element (or HTML Parameter Element) defines parameters for <object>.
Element HTML HTML embedded content Reference Web

<embed>

The HTML <embed> Element represents an integration point for an external application or interactive content (in other words, a plug-in).
Element HTML HTML embedded content HTML5 Reference Web

<map>

The HTML <map> element is used with <area> elements to define an image map (a clickable link area).
Element HTML HTML embedded content Multimedia Reference Web

<source>

The HTML <source> element specifies multiple media resources for either the <picture>, the <audio> or the <video> element. It is an empty element. It is commonly used to serve the same media content in multiple formats supported by different browsers.
Element HTML HTML embedded content Media Reference Web

<track>

The HTML <track> element is used as a child of the media elements—<audio> and <video>. It lets you specify timed text tracks (or time-based data), for example to automatically handle subtitles. The tracks are formatted in WebVTT format (.vtt files) — Web Video Text Tracks.
Element HTML HTML embedded content HTML5 Multimedia Reference Web

<audio>

The HTML <audio> element is used to embed sound content in documents. It may contain one or more audio sources, represented using the src attribute or the <source> element; the browser will choose the most suitable one.
Element HTML HTML embedded content HTML5 Media Multimedia NeedsMobileBrowserCompatibility Reference Web

<video>

Use the  HTML <video> element to embed video content in a document. The video element contains one or more video sources. To specify a video source, use either the src attribute or the <source> element; the browser will choose the most suitable one.
Element HTML HTML embedded content HTML5 Media Multimedia NeedsMobileBrowserCompatibility Reference Web