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
Description
i.e. embed it into [b]...[/b]
You still need to embed that into a paragraph or heading etc.!