9. 内联框架

9. 内联框架

<body>
<iframe src="" frameborder="0" width="900px" height="700px" name="hello"></iframe>
<a href="1.我的第一个网页.html" target="hello">点击我跳转</a>
</body>

iframe是一个窗口,名字设置为hello,target=hello表示在名为hello的窗口中打开链接

src:要跳转的网页地址
w-h:宽度,高度
name:框架标识名

posted @ 2022-03-08 14:40  intelliyu  阅读(23)  评论(0编辑  收藏  举报