iframe.htm
来自「这个是本人收集的关于网页制作方面的东西 有购物车示例 很实用」· HTM 代码 · 共 18 行
HTM
18 行
<html>
<head>
<title>Frame范例</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<center>
<iframe src="A.htm" name="window">
Here is a Floating Frame
</iframe>
<br><br>
<a href="A.htm" target="window">Load A</A><BR>
<a href="B.htm" target="window">Load B</A><BR>
<a href="C.htm" target="window">Load C</A><BR>
</center>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?