核心提示:在页面内实现超链接的跳转(代码教程)p style = width:400px;height:200px; border:red solid 2px a href = https://www.baid...
在页面内实现超链接的跳转(代码教程)
<p style = "width:400px;height:200px; border:red solid 2px" > <a href = "https://www.baidu.com" target="kk">点击这个连接到百度</a> </p> <iframe style = "width:700px; height:400px; border:blue solid 2px" name = "kk"></iframe>
iframe 元素会创建包含另外一个文档的内联框架(即行内框架)