Function silkenweb::elements::html::code

source ·
pub fn code<D: Dom>() -> Code<D>
Expand description

Construct the HTML code element

The HTML <code> element displays its contents styled in a fashion intended to indicate that the text is a short fragment of computer code.