createElement

Declaration

Element createElement(
    in String tagName
);
Element createElement(
    DOMString tagName
);