Function leptos_dom::html::var

source ·
pub fn var(cx: Scope) -> HtmlElement<Var>
Expand description

The <var> HTML element represents the name of a variable in a mathematical expression or a programming context. It’s typically presented using an italicized version of the current typeface, although that behavior is browser-dependent.