Html

In HTML, the tag is the root element of an HTML document. It wraps all the content of the document, including the and sections. The tag indicates the beginning of the HTML document and provides a container for all other HTML elements.

(ChatGPT, February 23, 2024)

Constructors

Link copied to clipboard
constructor(head: HeadInterface, body: BodyInterface)

Functions

Link copied to clipboard
open override fun build(): TagInterface
Link copied to clipboard
fun string(): String
Link copied to clipboard
open override fun toString(): String