Function leptos_dom::html::area
source · pub fn area(cx: Scope) -> HtmlElement<Area>
Expand description
The <area>
HTML element defines an area inside an image map that has predefined clickable areas. An image map allows geometric areas on an image to be associated with Hyperlink.