HTMLBgsoundElement
Represents the HTML bgsound element.
namespace AngleSharp.DOM.Html
{
internal sealed class HTMLBgsoundElement : HTMLElement
{
internal const string Tag = "bgsound";
protected internal override bool IsSpecial => true;
internal HTMLBgsoundElement()
{
_name = "bgsound";
}
}
}