html - 将鼠标悬停在 Google Chrome 选项卡上不显示标题?

标签 html google-chrome

我正在设计一个网站,其中使用了一个简单的 html 页面,并在其中添加了一个 title 标签。 此标题标 checkout 现在每个浏览器中。

但是,当我将鼠标悬停在 Chrome 中的选项卡上时,它不起作用。

下面是示例代码:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Hello</title>
<link rel="stylesheet" href="">
</head>
<body>

</body>
</html>

有人可以建议我哪里出错了吗?

最佳答案

您的标题太小,悬停时无法看到。出现悬停黄色 block 是因为您看不到选项卡的整个标题

关于html - 将鼠标悬停在 Google Chrome 选项卡上不显示标题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20269833/

相关文章:

html - 每个列表项后带有外部图标的 Bootstrap 链接列表

html - 我们听到很多关于 "semantic html"的消息。在哪里/什么算法读取我们的语义 html?

html - 这个 html 是必需的吗?

javascript - chrome 调试缺少脚本

javascript - 为什么在 Chrome Dev Console 上出现 "Uncaught ReferenceError: $ is not defined"错误?

html - 蓝图 : Push column partially in to another column

html - iPad 上的圆形搜索栏

javascript - 尝试设置 requestPointerLock() 时似乎出了点问题

node.js - 如何始终禁用 Chrome 网络缓存

javascript - 第二个 Javascript 表单 POST 在 Chrome 中失败,在 IE 和 FF 中有效