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);

Property Value

A string representing the alternate object text.

See Also

HTMLInputElement Object | HTMLInputElement Members | DOM Namespace