createSpan

Static createSpan 

Source
pub static createSpan: CreateSpanInternalType
Expand description

Creates a element in the DOM with given inner HTML.

Examples

createSpan('this is some text');

Parameters

html? inner HTML for element created