实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<img id="compman" src="/upload/love/html.gif" longdesc="description.htm" alt="Computerman" width="107" height="98">
6
<br>
7
8
<p>The value of the longdesc attribute is:
9
<script>
10
var x=document.getElementById("compman");
11
document.write(document.getElementById("compman").longDesc);
12
</script>
13
</p>
14
15
</body>
16
</html>