Documentation

html()

Sets the text content to be interpreted as HTML.

html(text: BindingOrValue<StringConvertible | undefined>): this;

Notes

Parameters

Return value

The builder instance for chaining.

Related