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