Sets or retrieves a text alternative to the graphic.
What's New for Microsoft® Internet Explorer 6
This property now applies to the
object object.
dhtml语法
HTML | <ELEMENT ALT
= sTxt... >
|
---|
Scripting | object.alt [ = sTxt ] |
---|
DHTML可能的值
sTxt | String that
specifies or receives the text to display as an alternative to the graphic. |
The property is read/write.
The property has no default value.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see about dynamic properties.
remarks
the text is used to replace the graphic for text-only browsers and to display in the window before the graphic has loaded. the text also acts as a tooltip if the title attribute is not set when the user hovers the mouse over the graphic.
alternate text should be provided whenever the graphic is not rendered. alternate text is mandatory for level 0 documents.
DHTML代码范例
This example uses the ALT attribute to indicate that the icon displayed denotes a read/write property.
<IMG SRC="/hbcms/php/r.php?url=http%3A%2F%2Fexample.microsoft.com/rw.gif" ALT="Read/Write Property">
是否符合公共标准
This property is defined in
HTML 3.2 and
is defined in
World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .
Applies To