HTMLDetailsElement public sealed class HTMLDetailsElement : HTMLElement Represents the HTML details element. Documentation Code public const string Tag = "details" The details tag. public bool Open { get; set; } Gets or sets if the details element is open. public HTMLDetailsElement() Creates a new HTML details element.