pub static createElement: CreateElementInternalTypeExpand 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