Crea un elemento
Los elementos
El parámetro html es opcional. Acepta una cadena que establece el HTML interno del nuevo
Ejemplos
Sintaxis
createP([html])
Parámetros
html
String:
HTML interno para el nuevo elemento <p></p>.
Returns
p5.Element: nuevo objeto p5.Element.
This page is generated from the comments in src/dom/dom.js . Please feel free to edit it and submit a pull request!