为网页中的标题创建 url?

发布于 2024-12-03 06:55:31 字数 89 浏览 0 评论 0原文

如果我正在查看一个很长的网页并且它包含很多子标题,那么网页中间的特定标题(部分)很重要。所以我希望下次打开标题时,应该将控件重定向到标题而不是网页的开头。请帮我..

If I'm viewing a long web page and it contains so many sub headers, then the middle of the web page a particular header(Portion) is important. So I wish to open the header in next time,should redirect the control to the header only not beginning of the web page. Please help me..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

薯片软お妹 2024-12-10 06:55:31

在该特定标题附近添加:

<a name="important"></a>

现在您可以在页面上引用此特定标签,如下所示:

http://www.example.com/long-long-page.html#important

Near that particular header add:

<a name="important"></a>

Now you can refer this specific tag on the page like so:

http://www.example.com/long-long-page.html#important
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文