为什么alt中的html不显示文字?

时间:2014-01-17 18:15:00

标签: html

我知道如果只能显示图像,alt属性用于显示文本。 我在谷歌浏览器中禁用查看图像并尝试以下代码,但不显示文本。为什么呢?

<!DOCTYPE html>
<html>
<head>Hello</head>
<body>
<img src="raja.jpg" alt="This is image text" title="This is tool tip">
</body>
</html>

1 个答案:

答案 0 :(得分:1)

这似乎是Webkit(浏览器引擎)的一个bug,他没有渲染属性alt,如何显示这个bug痕迹。

Chromium

WebKit Bugzilla