因此,我希望能够将某人发送到页面的一部分而网址中没有任何内容:website.com
,但在页面的特定位置。
我目前使用><button class="button button2"><a style="color:white;text-decoration: none;background-color: transparent;" href="index.html#scrolldown">Features</a></button></p>
和(在下面)该点
<h1 style="text-align:center;font-size: 2.7em;" ><a style="none" id="scrolldown">Why choose us?</a></h1>
我目前得到https://www.website.com/index.html#scrolldown
如何使它仅显示website.com
,之后什么也不显示。