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