例4-7main.htm
来自「web课件并附有习题练习还有实例详细的讲解了WEB的各种开发过程是学习 的好资料」· HTM 代码 · 共 11 行
HTM
11 行
<html>
<head><title>框架简例</title></head>
<frameset cols="100,85%">
<frame src="ch4-7-frame1.html" noresize>
<frame src="ch4-7-frame2.html" scrolling=no>
</frameset>
<noframes>
Please use a Web browser such as IE3.0 or Netscape Navigator
to view this page in frames!
</noframes>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?