The dl (definition list) tag.

Namespace: HTMLPlusPlus
Assembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)

Syntax

C#
public class Dl : BlockElement, IStylable

Remarks

http://www.w3.org/TR/html401/struct/lists.html#h-10.3

ELEMENT DL - - (DT|DD)+ -- definition list

Inheritance Hierarchy

See Also