Search results

There are no results.

std.html

Generating of HTML documents.

This modules provides a Html type to use for generating HTML documents, refer to its documentation for more details.

For generating XML documents, use std.xml instead.

Types

Html

A type for generating HTML documents.

RegularElement

A regular HTML element (e.g. the <p> element).

VoidElement

An element without an explicit closing tag, such as the <link> element.