Append a complete element to the interior of this element
the item you wish to append.
Element element; Element other = new Element("br"); element ~= other; // appends element representing <br />
See Implementation
Append a complete element to the interior of this element