您现在的位置:首页 >> 前端 >> 内容

在页面内实现超链接的跳转(代码教程)

时间:2017/12/28 11:47:58 点击:

  核心提示:在页面内实现超链接的跳转(代码教程)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 元素会创建包含另外一个文档的内联框架(即行内框架)

作者:网络 来源:qq_3487234