HTMLDocument.CreateElement
Syntax:
Parameters:
<ElementName> (optional)
Name of created element.
Returned value:
New HTML node - Element with <ElementName> parameter value set for the NodeName property. LocalName, Prefix properties are not defined.
Description:
Exception call reasons:
- Element name contains characters invalid for XML standard.
Availability: