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