HTMLInputElement.Alt Property |
Gets or sets the alternate text for user agents not rendering the normal content of this element.
[VBScript] Public Property Alt As String
[JScript] public function get Alt() : String; public function set Alt(String);
A string representing the alternate object text.
HTMLInputElement Object | HTMLInputElement Members | DOM Namespace