【问题标题】:What to do if my href links are not opening in separate tabs?如果我的 href 链接没有在单独的选项卡中打开怎么办?
【发布时间】:2020-09-03 00:04:05
【问题描述】:

我已将我的标签链接到两个社交媒体网站,但它们在同一个标​​签页中打开,而不是在单独的标签页中打开

<a href="https://www.facebook.com/gidclass" target="blank"><span class="icon-facebook text-teal"></span></a>
 <a href="https://www.youtube.com/channel/UCHpajI05rxsaXu-HnMF4HXA" target="blank"><span class="icon-youtube text-teal"></span></a>

【问题讨论】:

    标签: html hyperlink href


    【解决方案1】:

    target="blank" 更改为 target="_blank"

    <a href="https://www.facebook.com/gidclass" target="_blank"><span class="icon-facebook text-teal"></span></a>
     <a href="https://www.youtube.com/channel/UCHpajI05rxsaXu-HnMF4HXA" target="_blank"><span class="icon-youtube text-teal"></span></a>
    

    【讨论】:

      猜你喜欢
      • 2020-04-24
      • 2012-01-22
      • 1970-01-01
      • 2019-05-18
      • 1970-01-01
      • 2023-01-30
      • 1970-01-01
      • 2017-06-29
      相关资源
      最近更新 更多