createElementNS

Declaration

Element createElementNS(
    DOMString? namespaceURI, 
    DOMString qualifiedName
);