Name

HTML::Bold — Make a piece of HTML code bold

Synopsis

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

Parameters

string text

text to make bold

Return Value

string

HTML code

Description

i.e. embed it into [b]...[/b]

You still need to embed that into a paragraph or heading etc.!