Function leptos_dom::html::samp

source ·
pub fn samp(cx: Scope) -> HtmlElement<Samp>
Expand description

The <samp> HTML element is used to enclose inline text which represents sample (or quoted) output from a computer program. Its contents are typically rendered using the browser’s default monospaced font (such as Courier or Lucida Console).