Name

HTML::Heading — Make a HTML heading from a text

Synopsis

Import HTML;
string HTML::Heading ( string  text );

Parameters

string text

plain text or HTML fragment

Return Value

string

HTML code

Description

i.e. embed a text into [h3]...[/h3]

Note: There is only one heading level here since we don't have any more fonts anyway.