Function silkenweb::elements::html::ins

source ·
pub fn ins<D: Dom>() -> Ins<D>
Expand description

Construct the HTML ins element

The HTML <ins> element represents a range of text that has been added to a document.