加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 资源网站 > 资源 > 正文

html – 为什么在其中使用标记时不显示链接的标题

发布时间:2020-12-14 23:22:09 所属栏目:资源 来源:网络整理
导读:码 这是HTML代码: li a href="./hacks/hacks.html" title="Break the rules with techniques,not malicious invasion into computer and destroy the computer network." strongHACKS/strong /a - emBreak the rules with techniques,not malicious invasio

这是HTML代码:

<li>
  <a href="./hacks/hacks.html" title="Break the rules with techniques,not malicious invasion into computer and destroy the computer network.">
    <strong>HACKS</strong>
  </a> -
  <em>Break the rules with techniques,not malicious invasion into computer and destroy the computer network.</em>
</li>

问题

问题是当我把鼠标集中在链接上时,标题(用技术打破规则,而不是恶意入侵计算机并破坏计算机网络.)将不会出现.当我删除< strong>< / strong>时在HACKS之间,它有效. (IE 10)

截图

>屏幕截图 – 适用于没有< strong>< / strong>的IE 10 [冠军作品 – 不强]
>屏幕截图 – 在IE 10中不适用于< strong>< strong>

将浏览器更改为Chrome 27后,标题有效.

伙计们,有什么解释吗?

解决方法

如何在锚之外移动强者:
<li>
  <strong><a href="./hacks/hacks.html" title="Break the rules with techniques,not malicious invasion into computer and destroy the computer network.">
    HACKS
  </a></strong> -
  <em>Break the rules with techniques,not malicious invasion into computer and destroy the computer network.</em>
</li>

在IE7上测试过

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读