gpt4 book ai didi

html - 对 anchor 链接使用 alt 标签是否正确?

转载 作者:技术小花猫 更新时间:2023-10-29 11:27:07 25 4
gpt4 key购买 nike

对 anchor 链接使用alt标签是否正确,比如

<a href="#" class="test" alt="Something" src="sfasfs" ></a>

最佳答案

这样的事情最好通过查看官方规范来回答:

  1. 转到规范:https://www.w3.org/TR/html5/

  2. 搜索“a 元素”:https://www.w3.org/TR/html5/text-level-semantics.html#the-a-element

  3. 检查“内容属性”,它列出了 a 元素的所有允许属性:

    • Global attributes
    • href
    • target
    • download
    • rel
    • hreflang
    • type
  4. 检查链接的“全局属性”:https://www.w3.org/TR/html5/dom.html#global-attributes

正如您将看到的,a 元素不允许使用 alt 属性。
您还会注意到 src 属性也是不允许的。

通过 validating your HTML ,会向您报告此类错误。


请注意,以上是针对 HTML5 的,即 W3C’s HTML standard from 2014 . 2016 年,HTML 5.1 变成了 the next HTML standard .查找允许的属性的工作方式相同。您会看到 a 元素在 HTML 5.1 中可以有另一个属性:rev

您可以在 W3C’s HTML Current Status 上找到所有 HTML 规范(包括最新标准) .

关于html - 对 anchor 链接使用 alt 标签是否正确?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14850187/

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