html_generator library

Classes

ATag
Represents an anchor HTML element ()
BodyTag
Represents the body HTML element ()
BrTag
Self-Closing Tags Represents a line break HTML element (
)
DivTag
Non-Self-Closing Tags Represents a div HTML element (
HeadTag
Represents the head HTML element ()
HtmlTag
Represents the root HTML element ()
ImgTag
Represents an image HTML element ()
LiTag
Represents a list item HTML element (
MetaTag
Represents a meta HTML element ()
NonSelfClosingTag
A base class for HTML tags that are not self-closing (e.g.,
PTag
Represents a paragraph HTML element (
SelfClosingTag
A base class for HTML tags that are self-closing (e.g., ,
, ).
StyleLinkTag
Tag
A base class for HTML tags that provides common functionality for building HTML elements.
UlTag
Represents an unordered list HTML element (