Alt Tags not working on my site

霸气de小男生 提交于 2019-12-11 07:43:30

问题


I am trying to figure out why alt image tags are not working on my site www.slickcar.com. I have reviewed the alt= tag and it looks correct but when I look at in the IE, Chrome or Firefox they do not display when I hover over the images.


回答1:


The alt attribute is not meant to be a tooltip. It serves as text alternative to the image, e.g. for screen reader or text browser users, search engines etc. The value of the alt attribute should describe the content (= the image), so that someone can understand the meaning/purpose of the image without seeing it.

The value of the title attribute is typically shown as tooltip. It should give additional (and not alternative) information.



来源:https://stackoverflow.com/questions/18410759/alt-tags-not-working-on-my-site

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!