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