Function moxie_dom::elements::embedding::embed[][src]

pub fn embed() -> EmbedBuilder
Expand description

The HTML <embed> 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.

A function for creating a builder which will accept attributes and produce the element.