P

In HTML, the <p> tag is used to define a paragraph. It is a structural element that indicates a block of text. The <p> tag is commonly used to structure and format textual content on a webpage.

(ChatGPT, February 26, 2024)

Constructors

Link copied to clipboard
constructor(vararg children: InlineTagInterface)
constructor(attributes: Attributes, vararg children: InlineTagInterface)
constructor(attributes: Attributes, classes: ClassesInterface, vararg children: InlineTagInterface)
constructor(classes: ClassesInterface, vararg children: InlineTagInterface)
constructor(classes: ClassesInterface, children: List<InlineTagInterface>)
constructor(attributes: Attributes, classes: ClassesInterface, children: List<InlineTagInterface>)

Functions

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