HTMLStyleElement public class HTMLStyleElement : HTMLRawtextElement, ILinkStyle Documentation Code public const string Tag = "style" public bool Disabled { get; set; } public string Media { get; set; } public StyleSheet Sheet { get; } public string Type { get; set; } public HTMLStyleElement()