h1

fun ElementSink.h1(block: NodeBuilder.() -> Unit = {})

Appends an h1 heading element to this sink.

Parameters

block

configures the new node (props, children); defaults to an empty body.