Function moxie_dom::elements::text_semantics::a [−][src]
pub fn a() -> ABuilder
Expand description
The HTML <a>
element (or anchor element), along with its href attribute, creates
a hyperlink to other web pages, files, locations within the same page, email addresses, or
any other URL.
A function for creating a builder which will accept attributes and produce the element.