Create a new element by tag name, and add it as the last child. @param tagName the name of the tag (e.g. div). @return the new element, to allow you to add content to it, e.g.: parent.appendElement("h1").attr("id", "header").text("Welcome");
(String tagName)
source not stored for this graph (policy: none)