Library to generate HTML from classes. There are two different ways to render children of HTML elements. The tree construction approach shown above is mainly suitable for elements with few children.
This library intends to make parsing HTML (e.g. scraping the web) as simple and intuitive as possible. Note that the order of the objects in the results list represents the order they were returned in ...