HTML tags for different list types
Source position: whtml.pp line 79
const ListTags: array [TListType] of string$_2$7 = ('OL', 'UL', 'DL'); |
ListTags is an array constant that maps TListType enumeration values to their corresponding HTML list tags. Contains 'OL' for numbered lists, 'UL' for ordered lists, and 'DL' for definition lists.
|
Begins HTML list of specified type |
|
|
Ends HTML list of specified type |