Main target of this example
Create a new dynamic text element in javascript and place them on a absolute
position of the current document - without binding to other elements.
Open questions:
How to find all possible attributes for a element? e.g. ("p", "span", "div", ...)
How to visualize a created element without bind them to any existing element?
Is there an easier way to reach this target?