Convenience function to try to do the right thing for HTML. This is the main way I create elements.
addChild, addSibling
See Implementation
On February 8, 2021, the selfClosedElements parameter was added. Previously, it used a private immutable global list for HTML. It still defaults to the same list, but you can change it now via the parameter.
Convenience function to try to do the right thing for HTML. This is the main way I create elements.