HTMLBigElement sealed class HTMLBigElement : HTMLElement, IFormatting Documentation Code namespace AngleSharp.DOM.Html { internal sealed class HTMLBigElement : HTMLElement, IFormatting { internal HTMLBigElement() { _name = "big"; } } }