[][src]Static p5_sys::global::createP

pub static createP: CreatePInternalType

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