Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是一个简单的是或否的问题(可能不是),谷歌搜索似乎没有给我一个直接的答案。假设您有一个链接
<a href="www.stackoverflow.com">www.stackoverflow.com</a>
有没有可能做类似的东西
<a href=self.text>www.stackoverflow.com</a>
不使用其他任何东西(显然,没有脚本)?有什么捷径吗?
不,您需要在标签href之间同时具有属性和值。a不使用任何脚本,就不可能引用它自己的内容。
href
a
使用锚链接有用的提示部分在同一文档中创建指向“有用提示部分”的链接:
访问有用的提示部分
我认为您正在寻找 Anchor Tag 。<a href="link">如果您通过在正文中的某处使用 a 来引用它,则可以使用语法链接到它。
<a href="link">
在底部查看一些示例:
http://www.w3schools.com/html/html_links.asp