实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<iframe id="myframe" src="demo_iframe.htm" marginheight="50" marginwidth="50">
6
<p>Your browser does not support iframes.</p>
7
</iframe>
8
<br><br>
9
10
<p>The value of the marginwidth attribute is:
11
<script>
12
document.write(document.getElementById("myframe").marginWidth);
13
</script>
14
<p>
15
16
</body>
17
</html>