【HTML】框架frame的使用

框架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

本文标题:【HTML】框架frame的使用

文章作者:孤桜懶契

发布时间:2021年07月07日 - 16:19:25

最后更新:2022年05月20日 - 11:47:45

原始链接:https://gylq.gitee.io/posts/54.html

许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。

-------------------本文结束 感谢您的阅读-------------------