当用户点击该按钮时,它会在与要打开的当前页面相同的文件夹中的另一个html页面上有href
。
但我收到404错误,但它适用于外部网站。
这是代码:
<a class="btn btn-sample btn-lg" href="next.html">next page</a>
我怎么能纠正这个,谢谢
答案 0 :(得分:2)
使用当前目录href="./whatever"
<a class="btn btn-sample btn-lg" href="./next.html">next page</a>
答案 1 :(得分:0)
<button type="button">
<a class=" *** " href="helloworld.html"/>
link name </a>
</button> // close tag /button