实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<p>This is some text. This is some text. This is some text.
6
This is some text. This is some text. This is some text.
7
This is some text. This is some text. This is some text.
8
<iframe id="myframe" src="https://shouce.ren">
9
  <p>Your browser does not support iframes.</p>
10
</iframe>
11
This is some text. This is some text. This is some text.
12
This is some text. This is some text. This is some text.
13
This is some text. This is some text. This is some text.</p>
14
15
<script>
16
document.getElementById("myframe").align="right";
17
</script>
18
19
</body>
20
</html>
21