Function leptos_dom::html::ins

source ยท
pub fn ins() -> 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.