Const
In an HTML document, the document.createElement()
method creates the
HTML element specified by localName
, or an HTMLUnknownElement if
localName
isn't recognized.
Optional
options:
ElementCreationOptions
Optional
options:
ElementCreationOptions
Optional
options:
ElementCreationOptions
Creates an instance of the element for the specified tag.