HTML – “href”代表什么?

HTML – “href”代表什么?,第1张

概述参见英文答案 > What does “href” stand for in HTML?                                    4个 写完html几年后,我意识到我真的不知道为什么href属性被命名为“href”. HTML Recomendation没有说明这个问题: This attribute specifies the location of a Web r 参见英文答案 > What does “href” stand for in HTML?                                    4个
写完HTML几年后,我意识到我真的不知道为什么href属性被命名为“href”.

HTML Recomendation没有说明这个问题:

This attribute specifIEs the location of a Web resource,thus defining a link between the current element (the source anchor) and the destination anchor defined by this attribute.

HTML 4.01 DTD也没有提供很多线索.

href %URI; #IMPLIED — URI for linked resource —

我可以对这个含义进行有根据的猜测,但我希望能有一些规范的东西.

解决方法 它代表超文本参考

从Tim Berners-Lee自己撰写的source篇:

“Help” is all that is displayed,with some indication that it is an
option. If the user choses (clicks a mouse on,choses by number
depending on which clIEnt he has) then the clIEnt asks the server for
/HEPDATA/HELP. (“A” is for “anchor”,“href” is for “hypertext reference”)

总结

以上是内存溢出为你收集整理的HTML – “href”代表什么?全部内容,希望文章能够帮你解决HTML – “href”代表什么?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1052363.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-25
下一篇 2022-05-25

发表评论

登录后才能评论

评论列表(0条)

保存