HTMLDListElement.Compact

HTMLDListElement.Compact property

Reduce spacing between list items. See the compact attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

public bool Compact { get; set; }

See Also