Constructs an Element given a name and a string to be used as a Text interior.
the name of the element.
(optional) the string interior.
auto element = new Element("title","Serenity") // constructs the element <title>Serenity</title>
See Implementation
Constructs an Element given a name and a string to be used as a Text interior.