Name

HTML::List — Make a HTML (unsorted) list from a list of strings

Synopsis

Import HTML;
string HTML::List ( list<string>  items );

Parameters

list<string> items

list of strings for items

Return Value

string

HTML code

Description

[ul] [li]...[/li] [li]...[/li] ... [/ul]