Function leptos_dom::html::a

source ยท
pub fn a() -> 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.