pub fn ins(cx: Scope) -> HtmlElement<Ins>
Expand description
The <ins>
HTML element represents a range of text that has been added to a document. You can use the del element to similarly represent a range of text that has been deleted from the document.