createElement

Static createElement 

Source
pub static createElement: CreateElementInternalType
Expand description

Creates element with given tag in the DOM with given content.

Examples

createElement('h2', 'im an h2 p5.element!');

Parameters

tag tag for the new element

content? html content to be inserted into the element