HTML打开一个链接的时候如何不跳转新窗口直接在内嵌页面展示?

html-css017

HTML打开一个链接的时候如何不跳转新窗口直接在内嵌页面展示?,第1张

是有 iframe 吗  iframe起名字   a链接target 等于iframe名字

<a href="./face/demo.html" target='obj'>链接</a>

<br>

<iframe src="./face/index.html" name="obj" frameborder="0"></iframe>

请点击输入图片描述

打不开是因为你的href属性设置错了。href应该为要跳转的链接比如<a href="https://www.baidu.com"

data-view=".view-main"><img src="images/icons/green/users.png"

alt="" title="" /><span>我的名字</span></a>