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