createElementNS method
Creates an element with the specified namespace URI and qualified name.
To create an element without specifying a namespace URI, use the Document.createElement method.
Implementation
external Element createElementNS(
String? namespace,
String qualifiedName, [
JSAny options,
]);