Creates HTML definition list item
Source position: whtml.pp line 64
public procedure THTMLWriter.DefinitionItem( |
const Aname: string; |
const AText: string |
); override; |
Aname |
|
Term being defined (placed in DT tags) |
AText |
|
Definition text (placed in DD tags) |
Creates an HTML definition list item by writing DT tags around the name and DD tags around the description text.