With BANano.CreateElement one is able to create an element not attached to anything? I guess one is also able to add styles, attributes and classes to this?
But then, how do we "attach" this to another BANanoElement?
With javascript there is addChild, appendChild etc etc. With BANano, how do we attach an element created with BANano.CreateElement to the "body"?