createP

Static createP 

Source
pub static createP: CreatePInternalType
Expand description

Creates a

element in the DOM with given inner HTML. Used for paragraph length text.

Examples

createP('this is some text');

Parameters

html? inner HTML for element created