HTMLLIElement public class HTMLLIElement : HTMLElement Represents an HTML li, dd or dt tag. Documentation Code public const string DefinitionTag = "dd" The dd tag. public const string DescriptionTag = "dt" The dt tag. public const string ItemTag = "li" The li tag. public HTMLLIElement() Creates a new item tag.