Function silkenweb::elements::html::a

source ·
pub fn a<D: Dom>() -> A<D>
Expand description

Construct the HTML a element

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.