The Builder Design Pattern.
The Builder is required when you have some sort of complicated construction of objects.
The idea is that once you have an object-oriented structure which is recursive and which can actually sore the HTML elements, so you can make a builder that helps you build up an element from scratch using a particular API.
https://github.com/PrettySolution/Des...