Description
Create and manipulate HTML documents from Python using a DOM-style API. It helps applications generate structured markup without assembling every tag by string concatenation.
This is a developer library, not a visual web editor. Applications should still escape user-provided content and review generated HTML so pages remain valid, accessible, and safe from injection bugs.