Name

HTML::ListStart — Start a HTML (unsorted) list

Synopsis

Import HTML;
string HTML::ListStart (void); 

Return Value

string

HTML code

Description

For example [ul]

You might consider using HTML::list() instead which takes a list of items and does all the rest by itself.