Name
HTML::ListItem —
Make a HTML list item
Synopsis
Import HTML;
string
HTML::ListItem
( |
string
| text
) ; |
Parameters
-
string
text
plain text or HTML fragment
Description
For example embed a text into [li][p]...[/p][/li]
You might consider using HTML::list() instead which takes a list of
items and does all the rest by itself.