Create a parent element object. This parent element should be used as a single string builder for all child elements. The parent element should be able to provide a child with the builder.
Parents should Not be appended or inserted.
A Parent can be any HTML element
A child mutates a parent but stores no state other than its options and element type.
The parent should render and create the child.
Create a parent element object. This parent element should be used as a single string builder for all child elements. The parent element should be able to provide a child with the builder.
Parents should Not be appended or inserted.
A Parent can be any HTML element
A child mutates a parent but stores no state other than its options and element type.
The parent should render and create the child.