【HTML】框架frame的使用

admin 2022年1月10日03:31:21评论15 views字数 347阅读1分9秒阅读模式

框架frame使用截图样式

image-20210707164005440

框架frame使用代码

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"> <!--字符集 -->
<title>框架</title>
</head>
<frameset rows="30%,*">
<frame src="list.html"/>
<frameset cols="30%,*">
<frame src="select.html"/>
<frame src="select.html"/>
</frameset>

</frameset>
<body>
</body>
</html>

我的个人博客

孤桜懶契:http://gylq.github.io

FROM:gylq.gitee Author:孤桜懶契

  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
admin
  • 本文由 发表于 2022年1月10日03:31:21
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   【HTML】框架frame的使用http://cn-sec.com/archives/729957.html

发表评论

匿名网友 填写信息