HTML DOM Image alt 属性
的HTML DOM Image alt 属性用于设置或返回图像元素的alt属性的值。 alt属性用于指定图像的替代文本。在不显示图像时很有用。它用于为图像提供替代信息。
句法:
它返回图像 alt 属性
ImageObject.alt
它设置 Image alt 属性。
ImageObject.alt = text
属性值:它包含一个值,用于指定图像的替代文本。
返回值:它返回一个字符串值,表示图像的替代文本。
示例 1:此示例返回图像 alt 属性。
HTML
GeeksforGeeks
HTML DOM Image alt Property
HTML
GeeksforGeeks
HTML DOM Image alt Property
输出:
示例 2:此示例设置 Image alt 属性。
HTML
GeeksforGeeks
HTML DOM Image alt Property
输出: