HTMLAreaElement public sealed class HTMLAreaElement : HTMLElement Represents the area element. Documentation Code public const string Tag = "area" The area tag. public string Href { get; set; } Gets or sets the value of the href attribute. public HTMLAreaElement() Creates a new area element.