gpt4 book ai didi

attributes - 如何解决 "The border attribute is obsolete. Consider specifying img { border: 0; } in CSS instead"

转载 作者:行者123 更新时间:2023-12-01 03:51:41 25 4
gpt4 key购买 nike

我在我的网站中使用了一张图片,其 html 代码如下,

<img title="Product-Shot.co.uk Logo" src="images/psuk_logo.png" alt="Product-Shot.co.uk" border="0" />

当我尝试使用 w3 验证来验证我的页面时,它给了我以下警告,

第 57 行,第 105 列:边框属性已过时。考虑指定 img { border: 0;在 CSS 中代替。

我正在使用 Joomla 2.5

我想知道如何摆脱警告?

任何提示将不胜感激。

最佳答案

将您的 html 代码修改为以下或类似内容:

<img style="border: none;" title="Product-Shot.co.uk Logo" src="images/psuk_logo.png" alt="Product-Shot.co.uk" />

实际上,“边界:无;”无论如何可能是默认设置,因此您可能会逃脱:
<img title="Product-Shot.co.uk Logo" src="images/psuk_logo.png" alt="Product-Shot.co.uk" />

关于attributes - 如何解决 "The border attribute is obsolete. Consider specifying img { border: 0; } in CSS instead",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21814626/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com