HTML typedef
HTML = HtmlComponent
Unified alias for all HTML components exposed by the library.
This type represents an HTML fragment or a complete document, and is intended for use by the library’s consumers when composing or returning HTML content.
In practice, HTML can be any constructible HTML component (e.g. tags, elements, or documents) built with htmleez.
Implementation
typedef HTML = HtmlComponent;