Articles tagged: HTML embedded content
Found 11 documents
- Web/HTML/Element/applet The obsolete HTML Applet Element (applet) embeds a Java applet into the document; this element ...
- Web/HTML/Element/audio The HTML audio element is used to embed sound content in documents. It may contain one or more ...
- Web/HTML/Element/embed The HTML embed element embeds external content at the specified point in the document. This ...
- Web/HTML/Element/map The HTML map element is used with area elements to define an image map (a clickable link area).
- Web/HTML/Element/noembed The noembed element is an obsolete, non-standard way to provide alternative, or "fallback", ...
- Web/HTML/Element/object The HTML object element represents an external resource, which can be treated as an image, a ...
- Web/HTML/Element/param The HTML param element defines parameters for an object element.
- Web/HTML/Element/picture The HTML picture element serves as a container for zero or more source elements and one img ...
- Web/HTML/Element/source The HTML source element specifies multiple media resources for the picture, the audio element, ...
- Web/HTML/Element/track The HTML track element is used as a child of the media elements audio and video. It lets you ...
- Web/HTML/Element/video Use the HTML video element to embed video content in a document.