public interface IHtmlElement { // Properties IDictionary<string, string> Attributes { get; } string InnerHtml { get; set; } string TagName { get; } }