HTMLElement.Title

HTMLElement.Title property

The element’s advisory title. See the title attribute definition in HTML 4.01.

public string Title { get; set; }

See Also