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