Source
Element createElement(String tagName, [d = null]) { HtmlDocument doc = d ?? document; return doc.createElement(tagName); }
Element createElement(String tagName, [d = null]) { HtmlDocument doc = d ?? document; return doc.createElement(tagName); }