Function leptos_dom::html::a
source · pub fn a(cx: Scope) -> HtmlElement<A>
Expand description
The <a>
HTML element (or anchor element), with its href attribute, creates a hyperlink to web pages, files, email addresses, locations in the same page, or anything else a URL can address.