Function moxie_dom::elements::embedding::object [−][src]
pub fn object() -> ObjectBuilder
Expand description
The HTML <object>
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.
A function for creating a builder which will accept attributes and produce the element.