当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM alt属性
The alt property sets or returns an alternate text to display if a browser does not support checkboxes.
alt属性能够设置或返回对于那些无法支持checkbox浏览器的替换文字。
checkboxObject.alt=alternate_text |
The following example returns the alt text for the checkboxes:
举例将返回checkbox的alt文字:
<html> <form> <p>The alt text for the checkboxes are: </body> |
Return the alt text for checkboxes
返回checkbox的alt文字