Name

html — construct html tagged text.

Synopsis

html ?string? ?arg...?

Description

Print text with the added ability to pass HTML tags following the string. Example:

html "Test" b i

produces: <b><i>Test</i></b>