Function leptos_dom::html::del
source · pub fn del(cx: Scope) -> HtmlElement<Del>
Expand description
The <del>
HTML element represents a range of text that has been deleted from a document. This can be used when rendering “track changes” or source code diff information, for example. The ins element can be used for the opposite purpose: to indicate text that has been added to the document.