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

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

概述码 这是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> - < 码

这是HTML代码:

<li>  <a href="./Hacks/Hacks.HTML" @R_419_5979@="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" @R_419_5979@="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上测试过

总结

以上是内存溢出为你收集整理的html – 为什么在其中使用标记时不显示链接的标题全部内容,希望文章能够帮你解决html – 为什么在其中使用标记时不显示链接的标题所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1126878.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存