classNames

fun classNames(vararg classNames: String?): HtmlTagBuilder

Applies a sequence of class names via the class attribute to this tag.

Return

this for concatenation

Parameters

classNames

class names. null elements are ignored. The attribute is not applied if all elements are null