Function silkenweb::elements::svg::a

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

Construct the SVG a element

The <a> SVG element creates a hyperlink to other web pages, files, locations in the same page, email addresses, or any other URL. It is very similar to HTML’s <a> element.

SVG’s <a> element is a container, which means you can create a link around text (like in HTML) but also around any shape.